summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2017-04-11 22:18:45 +0700
committeralive4ever2017-04-11 22:18:45 +0700
commitb95c245d4404b432a9fc4ba88741f10605e03b72 (patch)
treeda2a8b4de4a6482794935591154ee0a9485883e1
parentc12bff9c14d5c0c3c95e96987cf7da3a2fe5e487 (diff)
downloadaur-b95c245d4404b432a9fc4ba88741f10605e03b72.tar.gz
upgrade to 2.5.3
It's just a minor version upgrade.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13de215e47f5..b8928297acc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
- pkgver = 2.5.2
+ pkgver = 2.5.3
pkgrel = 1
- url = http://www.libressl.org
+ url = https://www.libressl.org
arch = x86_64
arch = i686
license = isc
@@ -12,10 +12,10 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- 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
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.3.tar.gz
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.3.tar.gz.asc
validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha256sums = 0ffa7d70809284a4ac96e965918a61c1d7930bca865457a7db0ff0afc8201c82
+ sha256sums = 14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30
sha256sums = SKIP
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index b80fea5631ae..cf7e5122a9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
-url=http://www.libressl.org
+url=https://www.libressl.org
license=('isc' 'custom:Openssl')
depends=('glibc' 'ca-certificates')
provides=('netcat')
conflicts=('openbsd-netcat' 'gnu-netcat')
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'
+sha256sums=('14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30'
'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'