diff options
author | prspkt <prspkt@protonmail.com> | 2019-07-19 22:12:08 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-07-19 22:24:24 +0300 |
commit | c3fdaa19b0cf5926fd210d085d38767d485ea551 (patch) | |
tree | 10ac7401b7430c2d40f38266ed1871b6ac05522e | |
parent | b68cfb10451ed207bb4379a16acce214f89eed10 (diff) | |
download | aports-c3fdaa19b0cf5926fd210d085d38767d485ea551.tar.bz2 aports-c3fdaa19b0cf5926fd210d085d38767d485ea551.tar.xz |
community/rtorrent: upgrade to 0.9.8
-rw-r--r-- | community/rtorrent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rtorrent/APKBUILD b/community/rtorrent/APKBUILD index 806ebdef92..3be8200387 100644 --- a/community/rtorrent/APKBUILD +++ b/community/rtorrent/APKBUILD @@ -4,8 +4,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=rtorrent -pkgver=0.9.7 -pkgrel=2 +pkgver=0.9.8 +pkgrel=0 pkgdesc="Ncurses BitTorrent client based on libTorrent" url="https://rakshasa.github.io/rtorrent/" license="GPL" @@ -42,4 +42,4 @@ package() { install -Dm644 doc/rtorrent.rc "$pkgdir"/usr/share/doc/rtorrent/rtorrent.rc } -sha512sums="e663bd8984bcec91868beaf16d215708bdea8872338365ba6a05c9ea830b2aff045257bbc8bd0414d84009ee85852822c97bb073dfb41c21e3b0081ecaeecc00 rtorrent-0.9.7.tar.gz" +sha512sums="016685948d0290694ab9635ae218c7acd876e6d45bea1bdba3a29c545e64f5d824c5e2f6693a4c2e9200196177881d54f312d72e0a19742bd74a03bd19ca05c7 rtorrent-0.9.8.tar.gz" |