diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-02-05 15:04:05 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-02-05 15:04:05 +1100 |
commit | 5073285cb32bd8970008a874573fd26d97885b09 (patch) | |
tree | c72f8e6aa01eda4b08db708016ea074c3ea6b34a /talloc | |
parent | 0c38ce7501854c5397f512c1e707683928e099ae (diff) | |
parent | dadc8fc2352c33223bd11b4b3d22ca885b0deb66 (diff) | |
download | opt-5073285cb32bd8970008a874573fd26d97885b09.tar.gz opt-5073285cb32bd8970008a874573fd26d97885b09.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'talloc')
-rw-r--r-- | talloc/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talloc/Pkgfile b/talloc/Pkgfile index 9f92e5d5b..21f48820f 100644 --- a/talloc/Pkgfile +++ b/talloc/Pkgfile @@ -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 ) |