summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2017-03-29 17:29:41 +0700
committeralive4ever2017-03-29 17:29:41 +0700
commitc12bff9c14d5c0c3c95e96987cf7da3a2fe5e487 (patch)
tree44cdc2b76bdefafa958bbf98bda02904536ff4bf
parenta6737f830efdc00a74fe46201d20d503454eec22 (diff)
downloadaur-c12bff9c14d5c0c3c95e96987cf7da3a2fe5e487.tar.gz
Upgrade to 2.5.2
Just a regular version upgrade for those who want to live on the bleeding edge.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f922ee66a363..13de215e47f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = http://www.libressl.org
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.1.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.1.tar.gz.asc
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.2.tar.gz
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.2.tar.gz.asc
validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha256sums = f71ae0a824b78fb1a47ffa23c9c26e9d96c5c9b29234eacedce6b4c7740287cd
+ sha256sums = 0ffa7d70809284a4ac96e965918a61c1d7930bca865457a7db0ff0afc8201c82
sha256sums = SKIP
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index 28e2c668f80f..b80fea5631ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
@@ -9,9 +9,9 @@ license=('isc' 'custom:Openssl')
depends=('glibc' 'ca-certificates')
provides=('netcat')
conflicts=('openbsd-netcat' 'gnu-netcat')
-source=("http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz"
- "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz.asc")
-sha256sums=('f71ae0a824b78fb1a47ffa23c9c26e9d96c5c9b29234eacedce6b4c7740287cd'
+source=("https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz"
+ "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz.asc")
+sha256sums=('0ffa7d70809284a4ac96e965918a61c1d7930bca865457a7db0ff0afc8201c82'
'SKIP')
## To automatically validate the gpg key during build, add 'keyserver_options auto_key_retrieve' line to your local build account ~/.gnupg/gpg.conf
## Alternatively, fetch the key manually before running makepkg: 'gpg --keyserver pgp.mit.edu --receive-key A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5'