mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/flacon: Updated for version 0.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
49e8bfc6cc
commit
b4c341b069
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flacon
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="v1.2.0"
|
||||
SRCVER="v2.0.1"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flacon"
|
||||
VERSION="1.2.0"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="https://flacon.github.io/"
|
||||
DOWNLOAD="https://github.com/flacon/flacon/archive/v1.2.0.tar.gz"
|
||||
MD5SUM="fc4219fdad2a714f72c6bccf71a5dc54"
|
||||
DOWNLOAD="https://github.com/flacon/flacon/archive/v2.0.1.tar.gz"
|
||||
MD5SUM="b4b0ec7d18ef79980bb5401ba50e1bbe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libuchardet"
|
||||
|
|
Loading…
Reference in a new issue