summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-08-07 14:02:55 +0200
committerNicola Murino2022-08-07 14:02:55 +0200
commita4ecea2dfb742542359e3bcf75ce0967588f7c03 (patch)
tree15abf1caf3fed29166815a987b7567ebabfc85cc
parentb40d86add1a72c89d74ee07d6c024a63c989add2 (diff)
downloadaur-a4ecea2dfb742542359e3bcf75ce0967588f7c03.tar.gz
Update to 3.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a6f1c3f9f7a..4373bf33cef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nettle
pkgdesc = A low-level cryptographic library (mingw-w64)
- pkgver = 3.8
+ pkgver = 3.8.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.8.tar.gz
- sha256sums = 7576c68481c198f644b08c160d1a4850ba9449e308069455b5213319f234e8e6
+ source = https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz
+ sha256sums = 364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe
pkgname = mingw-w64-nettle
diff --git a/PKGBUILD b/PKGBUILD
index 0f7f882561bf..a0c30f461d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-nettle
-pkgver=3.8
+pkgver=3.8.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=('7576c68481c198f644b08c160d1a4850ba9449e308069455b5213319f234e8e6')
+sha256sums=('364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"