* update oniguruma to 6.9.10-1

This commit is contained in:
Alexander Baldeck 2025-02-04 16:46:58 +01:00
parent f4dce8980c
commit 63f8c55b9e
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = oniguruma
pkgdesc = a regular expressions library
pkgver = 6.9.9
pkgrel = 1.1
pkgver = 6.9.10
pkgrel = 1
url = https://github.com/kkos/oniguruma
arch = x86_64
arch = powerpc64le
@ -9,7 +9,7 @@ pkgbase = oniguruma
arch = powerpc
arch = riscv64
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

View File

@ -3,14 +3,14 @@
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=oniguruma
pkgver=6.9.9
pkgrel=1.1
pkgver=6.9.10
pkgrel=1
pkgdesc="a regular expressions library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
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}