multimedia/gpodder: Updated for version 3.10.17.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Chris Farrell 2021-01-08 21:22:10 +00:00 committed by Willy Sudiarto Raharjo
parent 0e6fcf7f51
commit 6697d22e37
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
gPodder is a podcast receiver/catcher written in Python utilizing PyGTK
for its user interface. gPodder allows the user to subscribe to RSS
feeds for podcasts, videocasts, and other similar content and download
media files found in those feeds. gPodder has system-tray notifications,
remote access to the gpodder.net web services and optional support for
Bluetooth and iPod synchronization.
media files found in those feeds. gPodder has system-tray
notifications, remote access to the gpodder.net web services and
optional support for Bluetooth and iPod synchronization.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpodder
VERSION=${VERSION:-3.10.11}
VERSION=${VERSION:-3.10.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="gpodder"
VERSION="3.10.11"
VERSION="3.10.17"
HOMEPAGE="http://gpodder.org/"
DOWNLOAD="https://github.com/gpodder/gpodder/archive/3.10.11/gpodder-3.10.11.tar.gz"
MD5SUM="1dfcfb0360492357111393d27da55f5f"
DOWNLOAD="https://github.com/gpodder/gpodder/archive/3.10.17/gpodder-3.10.17.tar.gz"
MD5SUM="2262b6fa6f26a0e933a6ea8b0d68b33c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dbus-python3 pygobject3-python3 podcastparser mygpoclient"