diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD index 6ecf908e9e7..b9918c024e2 100644 --- a/community/opam/APKBUILD +++ b/community/opam/APKBUILD @@ -4,7 +4,7 @@ # Contributor: omni # Maintainer: Kate pkgname=opam -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=0 pkgdesc="OCaml Package Manager" url="https://opam.ocaml.org" @@ -14,7 +14,7 @@ depends="curl patch unzip coreutils bubblewrap" options="!check" # The tests use bubblewrap which cannot be run inside docker makedepends="dune tar ocaml-compiler-libs" checkdepends="rsync bash diffutils" -source="https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver-1.tar.gz" +source="https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz" subpackages="$pkgname-doc" builddir="$srcdir/opam-full-$pkgver" @@ -50,5 +50,5 @@ package() { } sha512sums=" -2abc4036314b029b92f59d8850d64a15404cb3184acd81bb429820cc5ba79793ad8a183f0cfd37e61494be04713994aa9374b5c61ccdfe7dc44f26eabfdd2e7a opam-full-2.2.0-1.tar.gz +4d7cd4755ba658e0ef4a119dd9d014a610fb909a73a111f922467a309c9599f86aec6b07295fc8335910b00b94ba22d329d9363fae987ab0cc4ec89e58bbaa43 opam-full-2.2.1.tar.gz "