Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / oniguruma
Commits:
f97c3d92 by Massimiliano Torromeo at 2025-01-01T23:47:50+01:00
upgpkg: 6.9.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = oniguruma
pkgdesc = a regular expressions library
- pkgver = 6.9.9
+ pkgver = 6.9.10
pkgrel = 1
url = https://github.com/kkos/oniguruma
arch = x86_64
license = BSD
- source =
https://github.com/kkos/oniguruma/releases/download/v6.9.9/onig-6.9.9.tar.gz
- sha256sums =
60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf
+ source =
https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz
+ sha256sums =
2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05
pkgname = oniguruma
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot
de>
pkgname=oniguruma
-pkgver=6.9.9
+pkgver=6.9.10
pkgrel=1
pkgdesc="a regular expressions library"
arch=('x86_64')
url="https://github.com/kkos/oniguruma"
license=('BSD')
source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-${pkgver/_/-}.tar.gz")
-sha256sums=('60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf')
+sha256sums=('2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05')
build() {
cd "$srcdir"/onig-${pkgver%.1}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oniguruma/-/commit/f97c3d92f4326cff75a5cc250ff33d4a262fb543
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oniguruma/-/commit/f97c3d92f4326cff75a5cc250ff33d4a262fb543
You're receiving this email because of your account on gitlab.archlinux.org.