diff options
author | Tim Biermann <tbier@posteo.de> | 2021-10-16 20:30:23 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-10-16 20:30:23 +0200 |
commit | 8b80ad0a258a44af702bf1eb32f3fe2b90a94caf (patch) | |
tree | a1bd26e359795052f3f0b3758518096f6e59dc6e /rtorrent | |
parent | c18f481eb1d2a2febdb3de13fcacb8ccec4d2a6c (diff) | |
download | contrib-8b80ad0a258a44af702bf1eb32f3fe2b90a94caf.tar.gz contrib-8b80ad0a258a44af702bf1eb32f3fe2b90a94caf.tar.xz |
rtorrent: updated source location
Diffstat (limited to 'rtorrent')
-rw-r--r-- | rtorrent/.signature | 4 | ||||
-rw-r--r-- | rtorrent/Pkgfile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/rtorrent/.signature b/rtorrent/.signature index 62f819275..39e12567b 100644 --- a/rtorrent/.signature +++ b/rtorrent/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32Jknyie+msVyMM1z8dfcewCg+zuD9PTqGYXBh1nVpxEIwfFJ60a0MQ0CQp/Gc3MduRTDJe/S45fflcPCQWI9AA= -SHA256 (Pkgfile) = 1c35f050dab2baff8d68e912e134f48b02725fe0a7fca325ba071cfce55d1194 +RWSagIOpLGJF32GnGon6ilQzm6IjOXudeBLA2Nh5j4Wjb4waIxVf/xjZBZNVSCED8MyARmjR0AzNWiJJ/4f0Nsxku15oOkWybQo= +SHA256 (Pkgfile) = 86e81e46386687a249e4ec0936dc80047b8f5dd4ae5cea102035c10e2a621306 SHA256 (.footprint) = 31031c6a85aaa36356c5cbb77cfee5869eadddc154ced824263f8338b1266cc9 SHA256 (rtorrent-0.9.8.tar.gz) = 9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile index 81f1de98c..945659ec8 100644 --- a/rtorrent/Pkgfile +++ b/rtorrent/Pkgfile @@ -6,14 +6,14 @@ name=rtorrent version=0.9.8 release=1 -source=(http://rtorrent.net/downloads/rtorrent-$version.tar.gz) +source=(https://github.com/rakshasa/rtorrent/releases/download/v$version/$name-$version.tar.gz) build() { cd $name-$version ./autogen.sh - ./configure --prefix=/usr --enable-debug=no - + ./configure --prefix=/usr \ + --enable-debug=no make make DESTDIR=$PKG install } |