mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
oniguruma: update to 6.9.8.
This commit is contained in:
parent
ff2379b215
commit
587bdc8d0f
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'oniguruma'
|
# Template file for 'oniguruma'
|
||||||
pkgname=oniguruma
|
pkgname=oniguruma
|
||||||
version=6.9.5.rev1
|
version=6.9.8
|
||||||
revision=1
|
revision=1
|
||||||
_ver="${version%.*}_${version##*.}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-posix-api=yes"
|
configure_args="--enable-posix-api=yes"
|
||||||
short_desc="Multi-charset regular expressions library"
|
short_desc="Multi-charset regular expressions library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kkos/oniguruma"
|
homepage="https://github.com/kkos/oniguruma"
|
||||||
distfiles="${homepage}/releases/download/v${_ver}/onig-${_ver}.tar.gz"
|
changelog="https://github.com/kkos/oniguruma/releases"
|
||||||
checksum=d33c849d1672af227944878cefe0a8fcf26fc62bedba32aa517f2f63c314a99e
|
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
|
||||||
|
checksum=28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue