Browse Source

Merge pull request #16418 from SibrenVasse/master

openssh: update to 8.7p1
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
b5f5e94715
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/openssh/Makefile

+ 3
- 3
net/openssh/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
PKG_VERSION:=8.6p1
PKG_RELEASE:=1
PKG_VERSION:=8.7p1
PKG_RELEASE:=$(AUTORELEASE)
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:=c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae
PKG_HASH:=7ca34b8bb24ae9e50f33792b7091b3841d7e1b440ff57bc9fabddf01e2ed1e24
PKG_LICENSE:=BSD ISC
PKG_LICENSE_FILES:=LICENCE


Loading…
Cancel
Save