mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'libsodium'
|
||||||
pkgname=libsodium
|
pkgname=libsodium
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
revision=1
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="lt_cv_prog_compiler_static_works=yes"
|
configure_args="lt_cv_prog_compiler_static_works=yes"
|
||||||
short_desc="A modern and easy-to-use crypto library"
|
short_desc="A modern and easy-to-use crypto library"
|
||||||
|
@ -9,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/jedisct1/libsodium"
|
homepage="https://github.com/jedisct1/libsodium"
|
||||||
distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310
|
checksum=bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue