summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2021-09-27 00:52:42 +0000
committeralive4ever2021-09-27 00:52:42 +0000
commit20e7aefc0b7abd5859776c5238ca06efd0a1f97e (patch)
treefd264305b847e8c040f377a4f86df8d263cefcfd
parenta2cd008f6deba1fc6f1ff5ba1a3a76f3e2e3e0bd (diff)
downloadaur-20e7aefc0b7abd5859776c5238ca06efd0a1f97e.tar.gz
upgpkg: version 3.3.4
Upgrade the package to use libressl 3.3.4 source
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6c829ea234..5eff32b5dd10 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 = 3.2.4
+ pkgver = 3.3.4
pkgrel = 1
url = https://www.libressl.org
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.4.tar.gz
- sha256sums = ac1dbb9e05a64910856599b1ac61118fdec1b3d0c700e42444d81c0d5f507a5a
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.4.tar.gz
+ sha256sums = bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931
pkgname = libressl-netcat
-
diff --git a/PKGBUILD b/PKGBUILD
index 7c363e1dae58..73c60d0a0fcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=3.2.4
+pkgver=3.3.4
pkgrel=1
arch=('x86_64')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
@@ -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=('ac1dbb9e05a64910856599b1ac61118fdec1b3d0c700e42444d81c0d5f507a5a')
+sha256sums=('bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931')
build() {
cd $srcdir/libressl-${pkgver}/