mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/puddletag: Updated for version 1.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e3a1c7b2a5
commit
db0699f0f3
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for puddletag
|
||||
|
||||
# Copyright 2012-2014 Bill Kirkpatrick, Cedar Lane, TX USA <bkirkp@gmail.com>
|
||||
# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=puddletag
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="puddletag"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://docs.puddletag.net"
|
||||
DOWNLOAD="https://github.com/keithgg/puddletag/releases/download/1.1.1/puddletag-1.1.1.tar.gz"
|
||||
MD5SUM="ed664288a9902ebc8bc075f66218cbc7"
|
||||
DOWNLOAD="https://github.com/keithgg/puddletag/releases/download/v1.2.0/puddletag-1.2.0.tar.gz"
|
||||
MD5SUM="9be5c5fd6d1b1c4807069bd654614064"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="configobj mutagen pyparsing"
|
||||
|
|
Loading…
Reference in a new issue