Date: Sunday, December 27, 2015 @ 10:43:27 Author: jlichtblau Revision: 154586
upgpkg: castget 1.2.0-1 - new upstream release Modified: castget/trunk/PKGBUILD castget/trunk/castget.changelog -------------------+ PKGBUILD | 6 +++--- castget.changelog | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-27 09:37:43 UTC (rev 154585) +++ PKGBUILD 2015-12-27 09:43:27 UTC (rev 154586) @@ -3,8 +3,8 @@ # Contributor: Jeff Mickey <[email protected]> pkgname=castget -pkgver=1.1.0 -pkgrel=4 +pkgver=1.2.0 +pkgrel=1 pkgdesc="A simple, command-line based RSS enclosure downloader" arch=('i686' 'x86_64') url="http://johndal.com/castget/" @@ -12,7 +12,7 @@ depends=('glib2' 'libxml2' 'curl' 'id3lib') changelog=$pkgname.changelog source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5') +sha256sums=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: castget.changelog =================================================================== --- castget.changelog 2015-12-27 09:37:43 UTC (rev 154585) +++ castget.changelog 2015-12-27 09:43:27 UTC (rev 154586) @@ -1,6 +1,8 @@ -2010-06-30 Jaroslav Lichtblau <[email protected]> +2015-12-27 Jaroslav Lichtblau <[email protected]> + * Update to major release 1.2.0 + +2010-06-30 Jaroslav Lichtblau <[email protected]> * Update to major release 1.1.0 2007-07-02 tardo <[email protected]> * Built for x86_64 -
