diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-05 21:56:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-05 22:47:25 -0300 |
commit | c1c8402c7bee3e9a19ba25cb09949e884b479769 (patch) | |
tree | 4a3edb83999382b212182bcc3c28af5cb19a033e /community/libluv/APKBUILD | |
parent | 21fdd40c219dee22d8457dacb929283d26412d00 (diff) | |
download | aports-c1c8402c7bee3e9a19ba25cb09949e884b479769.tar.bz2 aports-c1c8402c7bee3e9a19ba25cb09949e884b479769.tar.xz |
community/libluv: upgrade to 1.32.0.0
Diffstat (limited to 'community/libluv/APKBUILD')
-rw-r--r-- | community/libluv/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/libluv/APKBUILD b/community/libluv/APKBUILD index d61b715a52..e4210ded07 100644 --- a/community/libluv/APKBUILD +++ b/community/libluv/APKBUILD @@ -1,9 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=libluv -_release=1 -_pkgver=1.30.1 -pkgver=$_pkgver.$_release +_release=0 +pkgver=1.32.0.$_release pkgrel=0 pkgdesc="Bare libuv bindings for lua" url="https://github.com/luvit/luv" @@ -11,8 +10,8 @@ arch="all !s390x" license="Apache-2.0" makedepends="cmake luajit-dev libuv-dev ninja" subpackages="$pkgname-dev" -source="https://github.com/luvit/luv/releases/download/$_pkgver-$_release/luv-$_pkgver-$_release.tar.gz" -builddir="$srcdir/luv-$_pkgver-$_release" +source="https://github.com/luvit/luv/releases/download/${pkgver%.*}-$_release/luv-${pkgver%.*}-$_release.tar.gz" +builddir="$srcdir/luv-${pkgver%.*}-$_release" prepare() { default_prepare @@ -41,4 +40,4 @@ package() { DESTDIR="$pkgdir" ninja install } -sha512sums="96d4aafebd4d90cba3c56f905def57d40a76fe57a1abc3a20f387a4f88d8cfd3f54b4e20ac67e4a457a6ced2faa5e382e5a8647f7f5779d867c8d15c44f3e1ec luv-1.30.1-1.tar.gz" +sha512sums="935a27e04aa13dc433a05512c0d332157d9cdc63a8688e034b07bd9e303ee37ea3e19aa350ac4858075bbc23a9f976aa295424faa77f7e7863060a744e1e1e83 luv-1.32.0-0.tar.gz" |