[arch-commits] Commit in opam/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Tue Nov 16 10:35:56 UTC 2021


    Date: Tuesday, November 16, 2021 @ 10:35:56
  Author: arodseth
Revision: 1048738

upgpkg: opam 2.1.1-1

Modified:
  opam/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-16 10:28:49 UTC (rev 1048737)
+++ PKGBUILD	2021-11-16 10:35:56 UTC (rev 1048738)
@@ -2,7 +2,7 @@
 # Contributor: Vincent B. <vb at luminar.eu.org>
 
 pkgname=opam
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
@@ -14,7 +14,7 @@
             '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=('3d51159568b6e85834f70a3545fe37d82470d4253bf9db6fef32b4314fd0a82182737bba6be62a9dd04b6d8fb8d7468b2e23ac39fa475f467adfdb0ec8d52181')
+b2sums=('b5729bc938633073efdf979f8e160c42aee682fe311b613d4d82be7add64b42506d1b6c107f3770fd8de4dc9eed7076f7774a34482d1956b8bd6315f551aea6d')
 
 build() {
   cd opam-full-$pkgver
@@ -27,5 +27,3 @@
 package() {
   make -C opam-full-$pkgver DESTDIR="$pkgdir" install
 }
-
-# getver: github.com/ocaml/opam/releases



More information about the arch-commits mailing list