mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/libsodium: update to 1.0.13
https://github.com/jedisct1/libsodium/blob/master/ChangeLog
This commit is contained in:
parent
d8ab9d4b6a
commit
e8a5c7b436
@ -2,7 +2,7 @@
|
||||
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
pkgname=libsodium
|
||||
pkgver=1.0.12
|
||||
pkgver=1.0.13
|
||||
pkgrel=0
|
||||
pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
|
||||
url="https://github.com/jedisct1/libsodium"
|
||||
@ -17,19 +17,18 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check || return 1
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="1e63960da42bcc90945463ae1f5b1355849881dce5bba6d293391f8d6f0932063a5bfd433a071cb184af90ebeab469acc34710587116922144d61f3d7661901b libsodium-1.0.12.tar.gz"
|
||||
sha512sums="c619b12fdf0b2e59174b6e383a62d5499ebcd720fdbb2c1a41a98a46c285df075202423454b294fefee185432441e943805397d7656f7cd7837de425da623929 libsodium-1.0.13.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user