* update oniguruma to 6.9.9-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:04 +02:00
parent cadde4fdea
commit c15cb81838
2 changed files with 16 additions and 1 deletions

15
oniguruma/.SRCINFO Normal file
View File

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

View File

@ -4,7 +4,7 @@
pkgname=oniguruma
pkgver=6.9.9
pkgrel=1
pkgrel=1.1
pkgdesc="a regular expressions library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/kkos/oniguruma"