diff options
author | Fernando Casas Schössow <casasfernando@outlook.com> | 2019-03-22 10:15:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-03 13:50:09 +0000 |
commit | 6209e6cdc3cd56d3482a2dcf1d59a56b98358b7d (patch) | |
tree | 548e6e4d9b969665fc7e90fec3f6cc9698acb81b /testing/ocaml-extlib | |
parent | 48ab9f7725c1f829ff2ea4d05cded684c3e265bf (diff) | |
download | aports-6209e6cdc3cd56d3482a2dcf1d59a56b98358b7d.tar.bz2 aports-6209e6cdc3cd56d3482a2dcf1d59a56b98358b7d.tar.xz |
testing/ocaml-extlib: update package to version 1.7.6
https://github.com/ygrek/ocaml-extlib
OCaml ExtLib additions to the standard library
Diffstat (limited to 'testing/ocaml-extlib')
-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" |