Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
opam
Commits:
5b2f361e by Alexander F. Rødseth at 2024-11-25T13:37:47+01:00
upgpkg: 2.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opam
pkgdesc = OCaml package manager
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://opam.ocaml.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = opam
optdepends = git: For downloading packages with git
optdepends = mercurial: For downloading packages with mercurial
optdepends = rsync: For downloading packages with rsync
- source =
https://github.com/ocaml/opam/releases/download/2.2.1/opam-full-2.2.1.tar.gz
- b2sums =
821a9615af52fcde0350bd77b14011589c6c754f9d30024fb52b3c6956d6245831019a8018c3d666319d9f077fdabbb259a7b74c05ae97a99b777343ea9cfa14
+ source =
https://github.com/ocaml/opam/releases/download/2.3.0/opam-full-2.3.0.tar.gz
+ b2sums =
698b196ac6366d653bb1385231f0c3dd8df9f7da40c9fd27ed81d1e43b1f3e34ef621f92b989e8a70864bf79b319b10eb875616b2183d99b61aae21c092a7cde
pkgname = opam
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Vincent B. <[email protected]>
pkgname=opam
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='OCaml package manager'
arch=(x86_64)
@@ -14,7 +14,7 @@ optdepends=('darcs: For downloading packages with darcs'
'mercurial: For downloading packages with mercurial'
'rsync: For downloading packages with rsync')
source=("https://github.com/ocaml/opam/releases/download/${pkgver%_*}/opam-full-${pkgver/_/-}.tar.gz")
-b2sums=('821a9615af52fcde0350bd77b14011589c6c754f9d30024fb52b3c6956d6245831019a8018c3d666319d9f077fdabbb259a7b74c05ae97a99b777343ea9cfa14')
+b2sums=('698b196ac6366d653bb1385231f0c3dd8df9f7da40c9fd27ed81d1e43b1f3e34ef621f92b989e8a70864bf79b319b10eb875616b2183d99b61aae21c092a7cde')
build() {
cd opam-full-${pkgver%_*}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opam/-/commit/5b2f361e7e4cc338f185059493fc35cfaa0c6337
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opam/-/commit/5b2f361e7e4cc338f185059493fc35cfaa0c6337
You're receiving this email because of your account on gitlab.archlinux.org.