oniguruma: update to 6.1.1.
This commit is contained in:
parent
477ad43716
commit
7fdc14870c
|
@ -2174,7 +2174,7 @@ libmemcached.so.11 libmemcached-1.0.18_1
|
|||
libhashkit.so.2 libmemcached-1.0.18_1
|
||||
libmemcachedutil.so.2 libmemcached-1.0.18_1
|
||||
libc-client.so.1 c-client-2007f_1
|
||||
libonig.so.3 oniguruma-6.0.0_1
|
||||
libonig.so.4 oniguruma-6.1.1_1
|
||||
liblo10k1.so.0 alsa-tools-1.0.29_1
|
||||
libgflags.so.2 gflags-2.1.2_1
|
||||
libgflags_nothreads.so.2 gflags-2.1.2_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'oniguruma'
|
||||
pkgname=oniguruma
|
||||
version=6.0.0
|
||||
version=6.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="A multi-charset regular expressions library"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.geocities.jp/kosako3/oniguruma/"
|
||||
license="2-clause-BSD"
|
||||
homepage="https://github.com/kkos/oniguruma"
|
||||
distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
|
||||
checksum=0cd75738a938faff4a48c403fb171e128eb9bbd396621237716dbe98c3ecd1af
|
||||
checksum=b9cf2eefef5105820c97f94a2ccd12ed8aa274a576ccdaaed3c632a2aa0d0f04
|
||||
wrksrc="onig-${version}"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue