summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-02-12 16:30:35 +0100
committerNicola Murino2020-02-12 16:30:35 +0100
commit3557cde199c0291dda43aa7be4603e5ffa74d45a (patch)
tree484db22179c5cba8b3338a0fe4534f6048cec880
parent59538a6578f37791621d06f9cd191dcf25f64f31 (diff)
downloadaur-3557cde199c0291dda43aa7be4603e5ffa74d45a.tar.gz
update download url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f784d9d65e34..b52686dd2204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-nettle
pkgdesc = A low-level cryptographic library (mingw-w64)
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.lysator.liu.se/~nisse/nettle
arch = any
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-nettle
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.lysator.liu.se/~nisse/archive/nettle-3.5.1.tar.gz
+ source = https://ftp.gnu.org/gnu/nettle/nettle-3.5.1.tar.gz
sha256sums = 75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419
pkgname = mingw-w64-nettle
diff --git a/PKGBUILD b/PKGBUILD
index 9859c9a58cf2..9315aed3bfd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-nettle
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A low-level cryptographic library (mingw-w64)"
arch=(any)
url="http://www.lysator.liu.se/~nisse/nettle"
@@ -9,7 +9,7 @@ license=("GPL2")
makedepends=('mingw-w64-configure')
depends=('mingw-w64-gmp')
options=('staticlibs' '!strip' '!buildflags')
-source=("http://www.lysator.liu.se/~nisse/archive/nettle-$pkgver.tar.gz")
+source=("https://ftp.gnu.org/gnu/nettle/nettle-$pkgver.tar.gz")
sha256sums=('75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"