talloc: use https

This commit is contained in:
Danny Rawlins 2017-02-04 18:21:04 +11:00
parent c15d20ec98
commit 7a7757b4ec

View File

@ -1,5 +1,5 @@
# Description: Hierarchical, reference counted memory pool system with destructors
# URL: http://talloc.samba.org/
# URL: https://talloc.samba.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: python
@ -8,7 +8,7 @@ name=talloc
version=2.1.8
release=1
source=(
http://samba.org/ftp/$name/$name-$version.tar.gz
https://samba.org/ftp/$name/$name-$version.tar.gz
$name-$version-man-pages.tar.xz
)