aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSora Morimoto <sora@morimoto.io>2020-07-14 09:58:44 +0900
committerSora Morimoto <sora@morimoto.io>2020-07-14 09:58:44 +0900
commit67535a078cbe72a13d7d6deeaffcecef29a37ac6 (patch)
tree4b57d9523d83d52988baf8380f3b553f3115259a
parenta95c3541d2bc3ba65df7c81a62b776d2fd0ed4ce (diff)
community/opam: upgrade to 2.0.7
Signed-off-by: Sora Morimoto <sora@morimoto.io>
-rw-r--r--community/opam/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index fd04e8252a8..efe05f84786 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -1,11 +1,12 @@
# Contributor: Michael Zuo <muh.muhten@gmail.com>
+# Contributor: Sora Morimoto <sora@morimoto.io>
# Maintainer: Anil Madhavapeddy <anil@recoil.org>
pkgname=opam
-pkgver=2.0.5
-pkgrel=1
+pkgver=2.0.7
+pkgrel=0
pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
-arch="all !x86 !armhf !armv7" # ocaml not avail on excluded platforms
+arch="all !x86 !armhf !armv7 !mips !mips64" # ocaml not avail on excluded platforms
license="LGPL-2.1"
depends="ocaml curl tar unzip rsync patch bubblewrap bash"
makedepends="ocaml-compiler-libs"
@@ -35,4 +36,4 @@ check() {
make tests
}
-sha512sums="37ddf2775cbf54b2fb799776445b0fb2d0461bb7585ed99545fd7913bb528104edffd03e6e26f7daeaca9f27f116157766c18af59b3d71565f478bbabdb6d312 opam-full-2.0.5.tar.gz"
+sha512sums="670af4935bba0679c65f6592b7a52b1d429b604eb261e40b13cf72312aeb0bab0c5a76829a555fc5379a0371c352692cbabc46b460fcd9bf32b3cfebdaeceb81 opam-full-2.0.7.tar.gz"