diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-15 01:38:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-15 01:43:10 -0300 |
commit | 5dcf979539154c30eb96800739aad4c50bcd85e5 (patch) | |
tree | 844a5f6c1411a871237f2600c1cde6c5616f0b91 | |
parent | e458e06cb0221634d825aba5fd8b81b60b157a5d (diff) | |
download | aports-5dcf979539154c30eb96800739aad4c50bcd85e5.tar.bz2 aports-5dcf979539154c30eb96800739aad4c50bcd85e5.tar.xz |
community/libluv: upgrade to 1.34.2.2
-rw-r--r-- | community/libluv/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libluv/APKBUILD b/community/libluv/APKBUILD index ea0af13407..9339e6405e 100644 --- a/community/libluv/APKBUILD +++ b/community/libluv/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=libluv -_release=1 +_release=2 pkgver=1.34.2.$_release -pkgrel=1 +pkgrel=0 pkgdesc="Bare libuv bindings for lua" options="!check" # No testsuite url="https://github.com/luvit/luv" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="b9e8877af026b573c55af64e0a643bef37e3a57ed3bca6f95546375d9daa59877cad5929287f38653b4d6c01b779087678430676c45b895ea35b8be6e3f8174a luv-1.34.2-1.tar.gz" +sha512sums="3ca62f54807e87c856726c839a9068aeb1efd10d6f471888d49aed45c6c6cf5b3404e5425259591fecd3a81ae7a914e36aa91dd323aee144c44c688c01a2e943 luv-1.34.2-2.tar.gz" |