mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/nettle to 3.4.1-1
This commit is contained in:
parent
ca7b82a97e
commit
e43b146a47
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: bender02 at gmx dot com
|
||||
|
||||
|
@ -6,7 +5,7 @@
|
|||
# - disable neon, assembler
|
||||
|
||||
pkgname=nettle
|
||||
pkgver=3.4
|
||||
pkgver=3.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="A low-level cryptographic library"
|
||||
arch=('x86_64')
|
||||
|
@ -15,7 +14,7 @@ license=('GPL2')
|
|||
depends=('gmp')
|
||||
checkdepends=('valgrind')
|
||||
source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
|
||||
sha256sums=('ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94'
|
||||
sha256sums=('f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad'
|
||||
'SKIP')
|
||||
validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller <nisse@lysator.liu.se>
|
||||
|
||||
|
|
Loading…
Reference in a new issue