libsodium: update to 1.0.5.
This commit is contained in:
parent
e39dfdbf80
commit
c36cbc4da5
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'libsodium'
|
||||
pkgname=libsodium
|
||||
version=1.0.4
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="lt_cv_prog_compiler_static_works=yes"
|
||||
short_desc="A modern and easy-to-use crypto library"
|
||||
|
@ -9,7 +10,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=e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310
|
||||
checksum=bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue