update samba url to https

doesnt fetch without https at the moment and build halts
This commit is contained in:
sopparus 2017-01-26 23:56:10 +01:00 committed by GitHub
parent 2dd739dd19
commit 830e744d79

View File

@ -20,8 +20,8 @@ PKG_NAME="samba"
PKG_VERSION="3.6.25"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.samba.org"
PKG_URL="http://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_SITE="https://www.samba.org"
PKG_URL="https://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain zlib connman"
PKG_SECTION="network"
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"