Date: Monday, November 10, 2014 @ 14:24:01 Author: jlichtblau Revision: 122299
upgpkg: nzbget 14.0-1 Modified: nzbget/trunk/PKGBUILD nzbget/trunk/nzbget.changelog ------------------+ PKGBUILD | 4 ++-- nzbget.changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-10 11:18:52 UTC (rev 122298) +++ PKGBUILD 2014-11-10 13:24:01 UTC (rev 122299) @@ -3,7 +3,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=nzbget -pkgver=13.0 +pkgver=14.0 pkgrel=1 pkgdesc="Download from Usenet using .nzb files" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('libpar2' 'libsigc++' 'libxml2' 'python') changelog=${pkgname}.changelog source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz) -sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e') +sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5') build() { cd ${pkgname}-${pkgver} Modified: nzbget.changelog =================================================================== --- nzbget.changelog 2014-11-10 11:18:52 UTC (rev 122298) +++ nzbget.changelog 2014-11-10 13:24:01 UTC (rev 122299) @@ -1,3 +1,6 @@ +2014-11-10 Jaroslav Lichtblau <[email protected]> + * nzbget 14.0-1 + 2014-07-18 Jaroslav Lichtblau <[email protected]> * nzbget 13.0-1
