Update libsodium to 1.0.8
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
_realname=libsodium
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.0.3
|
||||
pkgrel=3
|
||||
pkgver=1.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="P(ortable|ackageable) NaCl-based crypto library (mingw-w64)"
|
||||
arch=("any")
|
||||
url="https://github.com/jedisct1/libsodium"
|
||||
license=('custom:ISC')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||
source=("https://download.libsodium.org/libsodium/releases/${_realname}-${pkgver}.tar.gz"{,.sig})
|
||||
sha256sums=('cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288'
|
||||
sha256sums=('c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user