libsodium: update to 1.0.7 (soname bump).
This commit is contained in:
parent
5f6fd29080
commit
b71aab2fc3
|
@ -1756,7 +1756,7 @@ libswc.so.0 swc-git-20140809_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.13 libsodium-0.7.0_1
|
||||
libsodium.so.18 libsodium-1.0.7_1
|
||||
libstrophe.so.0 libstrophe-0.8.6_1
|
||||
libganv-1.so.1 ganv-1.4.2_1
|
||||
libblas.so.3 blas-3.5.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libsodium'
|
||||
pkgname=libsodium
|
||||
version=1.0.5
|
||||
version=1.0.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="lt_cv_prog_compiler_static_works=yes"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="ISC"
|
||||
homepage="https://github.com/jedisct1/libsodium"
|
||||
distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab
|
||||
checksum=7ad1e78763510c163ca48f05133057726a825cf97386c581bf12b01d7654204a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue