Browse Source

Merge pull request #174 from brynet/patch-1

net/openssh: Update PKG_SOURCE_URL
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
7df0f9bbbd
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      net/openssh/Makefile

+ 5
- 4
net/openssh/Makefile View File

@ -12,12 +12,13 @@ PKG_VERSION:=6.6p1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/
PKG_MD5SUM:=3e9800e6bca1fbac0eea4d41baa7f239
PKG_LICENSE:=BSD ISC
PKG_LICENSE_FILE:=LICENCE
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)


Loading…
Cancel
Save