summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3064b34306c8..351b0aa34083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nettle
pkgdesc = A low-level cryptographic library (mingw-w64)
- pkgver = 3.9
+ pkgver = 3.9.1
pkgrel = 1
url = http://www.lysator.liu.se/~nisse/nettle
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-nettle
options = staticlibs
options = !strip
options = !buildflags
- source = https://ftp.gnu.org/gnu/nettle/nettle-3.9.tar.gz
- sha256sums = 0ee7adf5a7201610bb7fe0acbb7c9b3be83be44904dd35ebbcd965cd896bfeaa
+ source = https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz
+ sha256sums = ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3
pkgname = mingw-w64-nettle
diff --git a/PKGBUILD b/PKGBUILD
index 326ac41aa11a..2b0b37467251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-nettle
-pkgver=3.9
+pkgver=3.9.1
pkgrel=1
pkgdesc="A low-level cryptographic library (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-gmp')
options=('staticlibs' '!strip' '!buildflags')
source=("https://ftp.gnu.org/gnu/nettle/nettle-$pkgver.tar.gz")
-sha256sums=('0ee7adf5a7201610bb7fe0acbb7c9b3be83be44904dd35ebbcd965cd896bfeaa')
+sha256sums=('ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"