libluv: update to 1.32.0.0.
This commit is contained in:
parent
55cb7b475d
commit
7d54af2955
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libluv'
|
# Template file for 'libluv'
|
||||||
pkgname=libluv
|
pkgname=libluv
|
||||||
version=1.30.1.0
|
version=1.32.0.0
|
||||||
revision=1
|
revision=1
|
||||||
_distver="${version%.*}-${version##*.}"
|
_distver="${version%.*}-${version##*.}"
|
||||||
wrksrc=luv-${_distver}
|
wrksrc=luv-${_distver}
|
||||||
|
@ -14,8 +14,8 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/luvit/luv"
|
homepage="https://github.com/luvit/luv"
|
||||||
distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
|
distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
|
||||||
https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
|
https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
|
||||||
checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
|
checksum="25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3
|
||||||
be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
|
be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
|
||||||
skip_extraction="libluv.pc.in"
|
skip_extraction="libluv.pc.in"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[-\d\.]+(?=\.tar\.gz")'
|
Loading…
Reference in New Issue