Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages / ocaml-re
Commits: bc9f3d88 by Juergen Hoetzel at 2025-05-21T17:40:55+02:00 upgpkg: 1.13.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ocaml-re pkgdesc = A regular expression library for OCaml - pkgver = 1.13.2 + pkgver = 1.13.3 pkgrel = 1 url = https://github.com/ocaml/ocaml-re arch = x86_64 @@ -8,9 +8,9 @@ pkgbase = ocaml-re makedepends = dune depends = ocaml options = !strip - source = https://github.com/ocaml/ocaml-re/archive/1.13.2/re-1.13.2.tar.gz + source = https://github.com/ocaml/ocaml-re/archive/1.13.3/re-1.13.3.tar.gz source = ocaml-re-remove-seq.patch - sha256sums = 2e37b01b9bda0e39f0fd3913c0ec81237ed2d04c6bbe23f48b102de83ba47454 + sha256sums = 7d95f98286206be469dc87c34915f4e2f995f0cbd358899011f3ff4e2bf260a2 sha256sums = bc074a19437db2010aa187d25350070239fba52e52331249ab96e3df05c1c415 pkgname = ocaml-re ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pkgname=re pkgname=ocaml-${_pkgname} -pkgver=1.13.2 +pkgver=1.13.3 pkgrel=1 pkgdesc="A regular expression library for OCaml" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('ocaml') makedepends=('dune') options=('!strip') source=("${url}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz" "${pkgname}-remove-seq.patch") -sha256sums=('2e37b01b9bda0e39f0fd3913c0ec81237ed2d04c6bbe23f48b102de83ba47454' +sha256sums=('7d95f98286206be469dc87c34915f4e2f995f0cbd358899011f3ff4e2bf260a2' 'bc074a19437db2010aa187d25350070239fba52e52331249ab96e3df05c1c415') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-re/-/commit/bc9f3d88ed3a287018c3bf104307fc37d81520e7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-re/-/commit/bc9f3d88ed3a287018c3bf104307fc37d81520e7 You're receiving this email because of your account on gitlab.archlinux.org.