From 3a99caa70263846737f2494c5d6fe4dc98c69e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 5 Nov 2019 21:01:35 +0100 Subject: [PATCH] libluv: update to 1.32.0.0. --- srcpkgs/libluv/template | 6 +++--- srcpkgs/libluv/update | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/libluv/update diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template index 9cc67b6d4e0..7f340255f69 100644 --- a/srcpkgs/libluv/template +++ b/srcpkgs/libluv/template @@ -1,6 +1,6 @@ # Template file for 'libluv' pkgname=libluv -version=1.30.1.0 +version=1.32.0.0 revision=1 _distver="${version%.*}-${version##*.}" wrksrc=luv-${_distver} @@ -14,8 +14,8 @@ license="Apache-2.0" homepage="https://github.com/luvit/luv" distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in" -checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a - be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e" +checksum="25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3 + be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e" skip_extraction="libluv.pc.in" if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then diff --git a/srcpkgs/libluv/update b/srcpkgs/libluv/update new file mode 100644 index 00000000000..827bac4dbe7 --- /dev/null +++ b/srcpkgs/libluv/update @@ -0,0 +1 @@ +pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[-\d\.]+(?=\.tar\.gz")'