mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
libtls: update to 3.2.5.
This commit is contained in:
parent
dfa09b33f1
commit
e4f55cc75a
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libtls'
|
# Template file for 'libtls'
|
||||||
pkgname=libtls
|
pkgname=libtls
|
||||||
version=3.2.4
|
version=3.2.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="libressl-${version}"
|
wrksrc="libressl-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable asm)"
|
configure_args="$(vopt_enable asm)"
|
||||||
|
@ -13,7 +13,7 @@ license="OpenSSL, ISC"
|
||||||
homepage="http://www.libressl.org/"
|
homepage="http://www.libressl.org/"
|
||||||
changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
|
||||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
|
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
|
||||||
checksum=ac1dbb9e05a64910856599b1ac61118fdec1b3d0c700e42444d81c0d5f507a5a
|
checksum=798a65fd61d385e09d559810cdfa46512f8def5919264cfef241a7b086ce7cfe
|
||||||
_lssl_asm_ver="1.2.0"
|
_lssl_asm_ver="1.2.0"
|
||||||
replaces="libtls20>0"
|
replaces="libtls20>0"
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
ignore="*.0 *.1"
|
ignore="*.0 *.1"
|
||||||
|
pattern='libressl-\K[.\d]+'
|
||||||
|
|
Loading…
Add table
Reference in a new issue