oniguruma: update to 6.9.4.

This commit is contained in:
Daniel Eyßer 2019-12-15 19:18:51 +01:00 committed by Juan RP
parent ae7b535909
commit 740b10e308

View file

@ -1,6 +1,6 @@
# Template file for 'oniguruma'
pkgname=oniguruma
version=6.9.3
version=6.9.4
revision=1
wrksrc="onig-${version}"
build_style=gnu-configure
@ -9,7 +9,7 @@ maintainer="John Regan <john@jrjrtech.com>"
license="BSD-2-Clause"
homepage="https://github.com/kkos/oniguruma"
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
checksum=ab5992a76b7ab2185b55f3aacc1b0df81132c947b3d594f82eb0b41cf219725f
checksum=4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
post_install() {
vlicense COPYING
@ -35,4 +35,3 @@ oniguruma-doc_package() {
vcopy "doc/*" usr/share/doc/${sourcepkg}
}
}