# HG changeset patch # User Claudinei Pereira # Date 1374527853 10800 # Node ID 0ec682d12ec1e0a5e9f298ac74bdb631794a0a91 # Parent 83b6ea539f40e971edb859ae3a0c5dde13600637 Up: gpodder (3.5.1) diff -r 83b6ea539f40 -r 0ec682d12ec1 gpodder/receipt --- a/gpodder/receipt Mon Jul 22 18:16:22 2013 -0300 +++ b/gpodder/receipt Mon Jul 22 18:17:33 2013 -0300 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="gpodder" -VERSION="2.20.1" +VERSION="3.5.1" CATEGORY="multimedia" SHORT_DESC="A simple and usable podcast consumption." MAINTAINER="claudinei@slitaz.org" DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://gpodder.org/" -WGET_URL="${WEB_SITE}src/$TARBALL" +WEB_SITE="http://gpodder.org" +WGET_URL="$WEB_SITE/src/$TARBALL" # Rules to configure and make the package. compile_rules()