diff options
author | Thomas Penteker <tek@serverop.de> | 2016-05-28 13:14:23 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-05-28 13:14:23 +0200 |
commit | a10c2600ed4cbff48350aed62ca58e048f6880da (patch) | |
tree | bf2a9eeda0f4879eb37d7be6aa0ad1cd49bc5af4 /libtorrent | |
parent | 65beb278fc8bc5fe594e9fc93dbce9ee8125e69a (diff) | |
download | contrib-a10c2600ed4cbff48350aed62ca58e048f6880da.tar.gz contrib-a10c2600ed4cbff48350aed62ca58e048f6880da.tar.xz |
libtorrent: update urls
Diffstat (limited to 'libtorrent')
-rw-r--r-- | libtorrent/.md5sum | 2 | ||||
-rw-r--r-- | libtorrent/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libtorrent/.md5sum b/libtorrent/.md5sum index 9ae43768d..94bbc20eb 100644 --- a/libtorrent/.md5sum +++ b/libtorrent/.md5sum @@ -1 +1 @@ -8c8eaa9fa03bd113967c68eea26493e7 0.13.6.tar.gz +66f18044432a62c006c75f6d0bb4d7dc libtorrent-0.13.6.tar.gz diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile index 423e087be..8cca8c3ae 100644 --- a/libtorrent/Pkgfile +++ b/libtorrent/Pkgfile @@ -1,12 +1,12 @@ # Description: torrent library -# URL: http://libtorrent.rakshasa.no +# URL: https://rakshasa.github.io/rtorrent # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: libsigc++ curl name=libtorrent version=0.13.6 release=1 -source=(https://github.com/rakshasa/$name/archive/$version.tar.gz) +source=(http://rtorrent.net/downloads/libtorrent-$version.tar.gz) build() { cd $name-$version |