diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2022-12-06 00:13:13 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-12-13 10:04:27 +0800 |
commit | ba8cb7c16c45bed6404cac9c76b4959c540d7db6 (patch) | |
tree | b4b1f6d4fff65b7db9c83e7a51262c0600f59ac1 /net | |
parent | ad6d1b00c11391f61fb3617412294ddd144579ce (diff) |
openssh: update to 9.1p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net')
-rw-r--r-- | net/openssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 15fef1bc8..cc5c27b91 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=9.0p1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=9.1p1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a +PKG_HASH:=19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |