libsodium: update to 1.0.19.
This commit is contained in:
parent
1542ddf186
commit
6c73aa0254
|
@ -1770,7 +1770,7 @@ libnftnl.so.11 libnftnl-1.1.2_1
|
|||
libfcgi.so.0 fcgi-2.4.0_2
|
||||
libdshconfig.so.1 libdshconfig-0.20.13_1
|
||||
libpar2.so.1 libpar2-0.4_1
|
||||
libsodium.so.23 libsodium-1.0.15_1
|
||||
libsodium.so.26 libsodium-1.0.19_1
|
||||
libstrophe.so.0 libstrophe-0.10.1_2
|
||||
libganv-1.so.1 ganv-1.4.2_1
|
||||
libblas.so.3 blas-3.5.0_1
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'libsodium'
|
||||
pkgname=libsodium
|
||||
version=1.0.18
|
||||
version=1.0.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="lt_cv_prog_compiler_static_works=yes"
|
||||
short_desc="Modern and easy-to-use crypto library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="https://libsodium.org/"
|
||||
changelog="https://raw.githubusercontent.com/jedisct1/libsodium/master/ChangeLog"
|
||||
distfiles="https://download.libsodium.org/libsodium/releases/libsodium-${version}.tar.gz"
|
||||
checksum=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
|
||||
checksum=018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue