mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
pcre2: update to 10.45.
This commit is contained in:
parent
a20de1f580
commit
f9584ed109
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pcre2'
|
# Template file for 'pcre2'
|
||||||
pkgname=pcre2
|
pkgname=pcre2
|
||||||
version=10.42
|
version=10.45
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
||||||
|
@ -13,10 +13,10 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.pcre.org/"
|
homepage="https://www.pcre.org/"
|
||||||
changelog="https://raw.githubusercontent.com/PCRE2Project/pcre2/master/NEWS"
|
changelog="https://raw.githubusercontent.com/PCRE2Project/pcre2/master/NEWS"
|
||||||
distfiles="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2"
|
distfiles="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2"
|
||||||
checksum=8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
|
checksum=21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
libpcre2_package() {
|
libpcre2_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue