Date: Tuesday, March 29, 2016 @ 21:31:25 Author: jlichtblau Revision: 168820
upgpkg: castget 1.2.2-1 - new upstream release Modified: castget/trunk/PKGBUILD castget/trunk/castget.changelog -------------------+ PKGBUILD | 4 ++-- castget.changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-29 18:34:33 UTC (rev 168819) +++ PKGBUILD 2016-03-29 19:31:25 UTC (rev 168820) @@ -3,7 +3,7 @@ # Contributor: Jeff Mickey <[email protected]> pkgname=castget -pkgver=1.2.0 +pkgver=1.2.2 pkgrel=1 pkgdesc="A simple, command-line based RSS enclosure downloader" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('glib2' 'libxml2' 'curl' 'id3lib') changelog=$pkgname.changelog source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606') +sha256sums=('7e6a5030f7652a7ec2584f05818b66d0cb627664c813ef1b9229e6b5ad938971') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: castget.changelog =================================================================== --- castget.changelog 2016-03-29 18:34:33 UTC (rev 168819) +++ castget.changelog 2016-03-29 19:31:25 UTC (rev 168820) @@ -1,3 +1,6 @@ +2016-03-29 Jaroslav Lichtblau <[email protected]> + * Update to major release 1.2.2 + 2015-12-27 Jaroslav Lichtblau <[email protected]> * Update to major release 1.2.0
