diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-20 20:41:55 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-20 20:41:55 +0000 |
commit | 1f8434cd3fcc63c4d58da1a662b2d6afb6936d45 (patch) | |
tree | cf9e0aed004721ea1f044af8951a7e5c13272838 | |
parent | 3a60eb96d3bd4266948196603413ad2cc7ab20f2 (diff) | |
download | aports-1f8434cd3fcc63c4d58da1a662b2d6afb6936d45.tar.bz2 aports-1f8434cd3fcc63c4d58da1a662b2d6afb6936d45.tar.xz |
testing/rutorrent: upgrade to 3.7
-rw-r--r-- | testing/rutorrent/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/rutorrent/APKBUILD b/testing/rutorrent/APKBUILD index 8f69bc2af5..e6b7922921 100644 --- a/testing/rutorrent/APKBUILD +++ b/testing/rutorrent/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <francesco.colista@gmail.com> # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=rutorrent -pkgver=3.6 +pkgver=3.7 pkgrel=0 pkgdesc="Yet another web front-end for rTorrent" url="http://code.google.com/p/rutorrent/" @@ -17,8 +17,8 @@ makedepends="tar" pkggroups="rutorrent" install="$pkgname.pre-install $pkgname.post-install" subpackages="" -source="http://dl.bintray.com/novik65/generic/rutorrent-$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname +source="http://dl.bintray.com/novik65/generic/ruTorrent-$pkgver.zip" +_builddir="$srcdir"/ruTorrent-master build() { @@ -37,6 +37,6 @@ package() { chmod 0775 $pkgdir/usr/share/webapps/$pkgname/share/users } -md5sums="e5a908b9473be73007b614f4a72fc1d3 rutorrent-3.6.tar.gz" -sha256sums="cd2fb3c4e2799f232bf0844b54ce2065d34a927a15b7ae14746714ce79d829f5 rutorrent-3.6.tar.gz" -sha512sums="a3686c77ced2a76f0656bee776f6536d8967cebb130a87987b7be40b4183fb3cb9598ded230831a54e213a3f87a2a2a8829fb6a329bd9fe8a3f520d5f34dcd3b rutorrent-3.6.tar.gz" +md5sums="8ef91254d5bbf45da3e1d1962b6fe8e7 ruTorrent-3.7.zip" +sha256sums="c1fb86317231c8e8fa9e1a7dea450ce4687d94caad22d763bc68d90c56d0749f ruTorrent-3.7.zip" +sha512sums="b8e1173e39f90c21903f3f5cc39377fb7a874bd2023130f4ffba6927ed85583c7934709eea130b1871f217f873c888fc42d53a0f9bb3ee4397f01b3aff850660 ruTorrent-3.7.zip" |