libluv: update to 1.32.0.0.

This commit is contained in:
Piotr Wójcik 2019-11-05 21:01:35 +01:00 committed by Piotr
parent 55cb7b475d
commit 7d54af2955
2 changed files with 4 additions and 3 deletions

View file

@ -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

1
srcpkgs/libluv/update Normal file
View file

@ -0,0 +1 @@
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[-\d\.]+(?=\.tar\.gz")'