summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2023-12-18 02:40:40 +0000
committeralive4ever2023-12-18 02:40:40 +0000
commit656c128a2ad21d67a86bb3bd481ad4c59f42c622 (patch)
tree3aa031f3d5933ba5f1e6a5e072bbc00c2c904ec0
parent8124ec50505a1525aff2220bc178fbffa08d023a (diff)
downloadaur-libressl-netcat.tar.gz
upgpkg: bump to 3.8.2
Use libressl-3.8.2 source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb026e9d1fff..d1410aded2b6 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.5.3
+ pkgver = 3.8.2
pkgrel = 1
url = https://www.libressl.org
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.3.tar.gz
- sha256sums = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
+ source = https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.8.2.tar.gz
+ sha256sums = 6d4b8d5bbb25a1f8336639e56ec5088052d43a95256697a85c4ce91323c25954
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index 96314db4d976..e928667bf420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=3.5.3
+pkgver=3.8.2
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://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz")
-sha256sums=('3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28')
+sha256sums=('6d4b8d5bbb25a1f8336639e56ec5088052d43a95256697a85c4ce91323c25954')
build() {
cd $srcdir/libressl-${pkgver}/