diff options
author | Det | 2017-02-04 20:37:14 +0200 |
---|---|---|
committer | Det | 2017-02-04 20:37:14 +0200 |
commit | 46006557c2d4159580f3d7cffea25ba65dcd5688 (patch) | |
tree | e8a6032a143ed434fffe7dc0a6197197fb303867 | |
parent | 8ca5bfcc136aa2c1bea97920a7a438117e0d2de0 (diff) | |
download | aur-vuze-plugin-mldht.tar.gz |
Upgpkg: 1.5.9
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ pkgbase = vuze-plugin-mldht pkgdesc = A plugin for the alternative Distributed Hash Table implementation (DHT) used by µTorrent - pkgver = 1.5.7 + pkgver = 1.5.9 pkgrel = 1 url = http://plugins.vuze.com/details/mlDHT arch = any license = GPL2 depends = vuze - noextract = mlDHT_1.5.7.jar - source = http://plugins.vuze.com/plugins/mlDHT_1.5.7.jar - md5sums = 04ea830ec72fed9df326348954695bdc + noextract = mlDHT_1.5.9.jar + source = http://plugins.vuze.com/plugins/mlDHT_1.5.9.jar + md5sums = 0a18eb80e8533731a2011ce2cf4b5e19 pkgname = vuze-plugin-mldht @@ -3,7 +3,7 @@ pkgname=vuze-plugin-mldht _name=mlDHT -pkgver=1.5.7 +pkgver=1.5.9 pkgrel=1 pkgdesc="A plugin for the alternative Distributed Hash Table implementation (DHT) used by µTorrent" arch=('any') @@ -12,7 +12,7 @@ license=('GPL2') depends=('vuze') source=("http://plugins.vuze.com/plugins/${_name}_$pkgver.jar") noextract=("${_name}_$pkgver.jar") -md5sums=('04ea830ec72fed9df326348954695bdc') +md5sums=('0a18eb80e8533731a2011ce2cf4b5e19') package () { for i in /opt/vuze*; do |