oniguruma: update to 6.7.1.

This commit is contained in:
maxice8 2018-01-27 14:17:10 -02:00 committed by Leаh Neukirchen
parent 08de546404
commit 55899bb220

View file

@ -1,6 +1,6 @@
# Template build file for 'oniguruma' # Template build file for 'oniguruma'
pkgname=oniguruma pkgname=oniguruma
version=6.7.0 version=6.7.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="A multi-charset regular expressions library" short_desc="A multi-charset regular expressions library"
@ -8,7 +8,7 @@ maintainer="John Regan <john@jrjrtech.com>"
license="2-clause-BSD" license="2-clause-BSD"
homepage="https://github.com/kkos/oniguruma" homepage="https://github.com/kkos/oniguruma"
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz" distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
checksum=32d73c37d3c350b16287d86288f4bc98b95467fc37091cbcade60d83b01da073 checksum=81ffafde8f34e6e692c57ec654bf9716ae9b35828ffcb787399259fc0d5564b4
wrksrc="onig-${version}" wrksrc="onig-${version}"
post_install() { post_install() {