diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-03 23:57:46 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-03 23:57:46 +0000 |
commit | 786d1467a9958878cf109dceda63a885a491b89a (patch) | |
tree | 89f970b179c7772701e8525aadd530d1e89fafa9 /testing/libbytesize | |
parent | ee2892554845728e126b9b92fc8211c49bea2dd8 (diff) | |
download | aports-786d1467a9958878cf109dceda63a885a491b89a.tar.bz2 aports-786d1467a9958878cf109dceda63a885a491b89a.tar.xz |
testing/libbytesize: upgrade to 1.2
Diffstat (limited to 'testing/libbytesize')
-rw-r--r-- | testing/libbytesize/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libbytesize/APKBUILD b/testing/libbytesize/APKBUILD index e727f18413..196cf888f4 100644 --- a/testing/libbytesize/APKBUILD +++ b/testing/libbytesize/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=libbytesize -pkgver=1.1 +pkgver=1.2 pkgrel=0 pkgdesc="A tiny library providing a C 'class' for working with arbitrary big sizes in bytes" url="https://github.com/rhinstaller/libbytesize" @@ -23,4 +23,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="901ee970387038fb3ca5a8a54eab8d09e4a0e1da562545a2d1a14137c33b2abe8af18662f222d4c5e48e5da2580443ef557822bc41bc30ca18743bdec8c56fea libbytesize-1.1.tar.gz" +sha512sums="d61ff297d1f533aee120bfcfdc3969c6a87428da322a6410707c301ff9b005da5d4f813ea15282eab5eb8435b009646d2cff29ac5247e2664af3ecaef54867a6 libbytesize-1.2.tar.gz" |