oniguruma: update to 6.9.1.
This commit is contained in:
parent
49d1f53532
commit
3167b3fccb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'oniguruma'
|
||||
pkgname=oniguruma
|
||||
version=6.9.0
|
||||
revision=2
|
||||
version=6.9.1
|
||||
revision=1
|
||||
wrksrc="onig-${version}"
|
||||
build_style=gnu-configure
|
||||
short_desc="A multi-charset regular expressions library"
|
||||
|
@ -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=91bfb25e050ce3c301483204dd3f0d03a7c05472e20d48fe227a383d4534e7c9
|
||||
checksum=c7c3feb7be45a5cc9f2dec239b4a317a422e6ffea299cf91ffab1b926633ea12
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue