diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-02-04 18:24:01 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-02-04 18:24:01 +1100 |
commit | 4ebed096abe8c6b1e02cacd4e4bf06bd75b60449 (patch) | |
tree | 7726af86d626c4d1072659d450fd0d64ba01b160 /talloc-32 | |
parent | 2617fb56c3d20c81c4f8865b43a985ad474be89d (diff) | |
download | compat-32-4ebed096abe8c6b1e02cacd4e4bf06bd75b60449.tar.gz compat-32-4ebed096abe8c6b1e02cacd4e4bf06bd75b60449.tar.xz |
talloc-32: use https
Diffstat (limited to 'talloc-32')
-rw-r--r-- | talloc-32/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talloc-32/Pkgfile b/talloc-32/Pkgfile index e4ae9976..4d1ada2d 100644 --- a/talloc-32/Pkgfile +++ b/talloc-32/Pkgfile @@ -1,12 +1,12 @@ # Description: Hierarchical, reference counted memory pool system with destructors -# URL: http://talloc.samba.org/ +# URL: https://talloc.samba.org/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: python-32 talloc name=talloc-32 version=2.1.8 release=1 -source=(http://samba.org/ftp/talloc/talloc-$version.tar.gz) +source=(https://samba.org/ftp/talloc/talloc-$version.tar.gz) build() { cd talloc-$version |