diff options
Diffstat (limited to 'testing/ocaml-extlib/APKBUILD')
-rw-r--r-- | testing/ocaml-extlib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocaml-extlib/APKBUILD b/testing/ocaml-extlib/APKBUILD index 9f1fa0e250..bed6c82f91 100644 --- a/testing/ocaml-extlib/APKBUILD +++ b/testing/ocaml-extlib/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fernando Casas Schossow <casasfernando@outlook.com> # Maintainer: Fernando Casas Schossow <casasfernando@outlook.com> pkgname=ocaml-extlib -pkgver=1.7.5 +pkgver=1.7.6 pkgrel=0 pkgdesc="OCaml ExtLib additions to the standard library" url="https://github.com/ygrek/ocaml-extlib" @@ -31,4 +31,4 @@ package() { install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -sha512sums="a2a368cf4f76b8a568b237efbb806bb6d16f9f46de1a3149d6381dadf9c464482276e160f9d4ae296f2540b6dd6f880a2cdb356133d31fa6001db4a392c3cb7f extlib-1.7.5.tar.gz" +sha512sums="ab3251b772cd7513d721ef73409e2d278141b9684e9e62f36f60907bad02de16006e9691a932d9c94d0a26ded9e4e4288ba203447bf53cce6c8619a11be8a0c7 extlib-1.7.6.tar.gz" |