mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/flacon: Updated for version 11.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5cd91d59ff
commit
a0bdc69cd9
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for flacon.
|
||||
#
|
||||
# Copyright 2015-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=flacon
|
||||
VERSION=${VERSION:-11.3.0}
|
||||
VERSION=${VERSION:-11.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flacon"
|
||||
VERSION="11.3.0"
|
||||
VERSION="11.4.0"
|
||||
HOMEPAGE="https://flacon.github.io/"
|
||||
DOWNLOAD="https://github.com/flacon/flacon/archive/v11.3.0/flacon-11.3.0.tar.gz"
|
||||
MD5SUM="4b16b1a56ad0cff01b207445c1ac9464"
|
||||
DOWNLOAD="https://github.com/flacon/flacon/archive/v11.4.0/flacon-11.4.0.tar.gz"
|
||||
MD5SUM="42107322261c675ff534e2eff4704900"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libuchardet"
|
||||
|
|
Loading…
Reference in a new issue