Browse Source

Merge pull request #8702 from diizzyy/samba4-urls

Samba4: Rework URLs
lilik-openwrt-22.03
Daniel Engberg 6 years ago
committed by GitHub
parent
commit
54624e189f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      net/samba4/Makefile

+ 6
- 6
net/samba4/Makefile View File

@ -9,12 +9,12 @@ PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILES:=COPYING
PKG_SOURCE_URL:=https://fossies.org/linux/misc/ \
ftp://mirrors.dotsrc.org/samba/ \
https://ftp.gwdg.de/pub/samba/stable/ \
https://ftp.yz.yamagata-u.ac.jp/pub/network/samba/ \
http://ftp.uni-bayreuth.de/netsoftware/samba/ \
https://www.samba.org/ftp/samba/stable/
PKG_SOURCE_URL:=https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \
https://ftp.gwdg.de/pub/samba/stable/ \
https://ftp.riken.jp/net/samba/samba/stable/ \
http://www.nic.funet.fi/index/samba/pub/samba/stable/ \
http://samba.mirror.bit.nl/samba/ftp/stable/ \
https://download.samba.org/pub/samba/stable/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=c9205a651a83d69e200fec9dd65e9fa360f0c75ab3275b3dcb74e5cbaec60807


Loading…
Cancel
Save