diff options
-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" |