diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-15 20:42:09 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-15 20:42:09 (GMT) |
commit | f663bd44b2b9389a70c568329873b3584308344c (patch) | |
tree | adf253fe2627852116f935bcc31d4daef94713b1 /abs/extra/libtorrent-rasterbar | |
parent | 81a3a03ddc78443dd645b95200f9f1cf307f525a (diff) | |
download | linhes_pkgbuild-f663bd44b2b9389a70c568329873b3584308344c.zip linhes_pkgbuild-f663bd44b2b9389a70c568329873b3584308344c.tar.gz linhes_pkgbuild-f663bd44b2b9389a70c568329873b3584308344c.tar.bz2 |
libtorrent-rasterbar: update to 0.16.17
Diffstat (limited to 'abs/extra/libtorrent-rasterbar')
-rw-r--r-- | abs/extra/libtorrent-rasterbar/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/libtorrent-rasterbar/PKGBUILD b/abs/extra/libtorrent-rasterbar/PKGBUILD index d1f4910..164f6ab 100644 --- a/abs/extra/libtorrent-rasterbar/PKGBUILD +++ b/abs/extra/libtorrent-rasterbar/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar -pkgver=0.16.16 -pkgrel=1 +pkgver=0.16.17 +pkgrel=3 epoch=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" url="http://www.rasterbar.com/products/libtorrent/" @@ -14,7 +14,7 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!emptydirs') source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz) -sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc') +sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740') build() { cd $pkgname-$pkgver |