diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-28 06:34:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-28 07:13:18 +0000 |
commit | 8acba483f02060767dc18e447b5013fffb287d6d (patch) | |
tree | cd1667f893e8ed9343b3fdb7c82a012d800b58f8 /community/rutorrent | |
parent | 0ac1d3c8084cefe9c0a612fca53f177af341a275 (diff) | |
download | aports-8acba483f02060767dc18e447b5013fffb287d6d.tar.bz2 aports-8acba483f02060767dc18e447b5013fffb287d6d.tar.xz |
community/rutorrent: upgrade to 3.9
Diffstat (limited to 'community/rutorrent')
-rw-r--r-- | community/rutorrent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rutorrent/APKBUILD b/community/rutorrent/APKBUILD index 51e79ead25..8957ade57e 100644 --- a/community/rutorrent/APKBUILD +++ b/community/rutorrent/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=rutorrent _pkgname=ruTorrent -pkgver=3.8 -pkgrel=1 +pkgver=3.9 +pkgrel=0 pkgdesc="Yet another web front-end for rTorrent" url="https://github.com/Novik/ruTorrent" arch="noarch" @@ -34,4 +34,4 @@ package() { chmod 0775 $pkgdir/usr/share/webapps/$pkgname/share/users } -sha512sums="ea3dfa74234a1eafcbc9e71d6c6d953a46fdf8e189237b8df0ec58cf46ac30404f7a15bb783ec7567ab6f28daa3987ee219039dd360e3c48d16aea244263c9b6 rutorrent-3.8.tar.gz" +sha512sums="190b9a0ada2756d3e3dd209082ef0b08c83a27349bb66ca8f8f47fa50337beeb4a93c340813fbb386cbf9919067c48a0fabf72a74d9248617015b70ce1c75099 rutorrent-3.9.tar.gz" |