summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2020-10-27 07:00:51 +0000
committeralive4ever2020-10-27 07:00:51 +0000
commit1072f9f1c57fdfff0d7d59a5a91ff1c825f99c79 (patch)
tree938fd5dcefce9d584f2e84e319b4ecd6faabfb3b
parent3e993fbf074a251712d732666f207bfd90b3ad50 (diff)
downloadaur-1072f9f1c57fdfff0d7d59a5a91ff1c825f99c79.tar.gz
upgpkg: version 3.2.2
Upgrade the package to use libressl 3.2.2 source.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 911cb69625c7..019d6c70cfc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
- pkgver = 3.1.2
- pkgrel = 2
+ pkgver = 3.2.2
+ pkgrel = 1
url = https://www.libressl.org
arch = x86_64
license = isc
@@ -11,8 +11,8 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.2.tar.gz
- sha256sums = f88a2f7ea617149a34e40c022d9912963f00eaa6109af421317525e6c978d892
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.2.tar.gz
+ sha256sums = a9d1e1d030b8bcc67bf6428b8c0fff14a5602e2236257b9e3d77acaf12e2a7a1
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index b5bde7a6c4f6..7d0da9bf93d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
arch=('x86_64')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
url=https://www.libressl.org
@@ -11,7 +11,7 @@ makedepends=('libbsd')
provides=('netcat')
conflicts=('openbsd-netcat' 'gnu-netcat')
source=("https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz")
-sha256sums=('f88a2f7ea617149a34e40c022d9912963f00eaa6109af421317525e6c978d892')
+sha256sums=('a9d1e1d030b8bcc67bf6428b8c0fff14a5602e2236257b9e3d77acaf12e2a7a1')
build() {
cd $srcdir/libressl-${pkgver}/