summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2022-11-06 10:55:32 +0100
committerzer0def2022-11-06 10:55:32 +0100
commit317946f2b6d2636c9394d74fb16fec859a8ae2be (patch)
tree03658967ec4accb8ddcaadedafc9a1f27a4b8f28
parent9267d759973b30b556a4c6df53a8d56430f8a43d (diff)
downloadaur-317946f2b6d2636c9394d74fb16fec859a8ae2be.tar.gz
Distribution's OpenSSL major version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b04295bfdff..d3beed75c5da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openssh-hpn
pkgdesc = A Secure SHell server/client fork with High Performance patches included
pkgver = 9.0p1.hpn17v4
- pkgrel = 3
+ pkgrel = 4
url = https://www.psc.edu/index.php/hpn-ssh/
arch = x86_64
arch = i486
diff --git a/PKGBUILD b/PKGBUILD
index 8b1f6d06105a..512a8d647bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ _hpn_ver=hpn17v4
#_pkgver="$(sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver})_new"
_pkgver="$(sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver})"
pkgver="${_openssh_ver}.${_hpn_ver}"
-pkgrel=3
+pkgrel=4
pkgdesc='A Secure SHell server/client fork with High Performance patches included'
url='https://www.psc.edu/index.php/hpn-ssh/'
license=('custom:BSD')