community/opam: upgrade to 2.2.1

This commit is contained in:
Kate 2024-08-22 13:02:11 +01:00 committed by Celeste
parent 0adb5ef2e6
commit 07821f8db8

View File

@ -4,7 +4,7 @@
# Contributor: omni <omni+alpine@hack.org>
# Maintainer: Kate <kit.ty.kate@disroot.org>
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
"