mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/mixxx: Updated for version 2.3.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b839bb4f9e
commit
f56fac62b4
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for mixxx
|
# Slackware build script for mixxx
|
||||||
|
|
||||||
# Copyright 2011 Elvio "HelLViS69" Basello <hellvis69@gmail.com>
|
# Copyright 2011 Elvio "HelLViS69" Basello <hellvis69@gmail.com>
|
||||||
# Copyright 2018-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
# Copyright 2018-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=mixxx
|
PRGNAM=mixxx
|
||||||
VERSION=${VERSION:-2.3.3}
|
VERSION=${VERSION:-2.3.5}
|
||||||
KEYFVER=${KEYFVER:-2.2.6}
|
KEYFVER=${KEYFVER:-2.2.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="mixxx"
|
PRGNAM="mixxx"
|
||||||
VERSION="2.3.3"
|
VERSION="2.3.5"
|
||||||
HOMEPAGE="https://www.mixxx.org"
|
HOMEPAGE="https://www.mixxx.org"
|
||||||
DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.3.3/mixxx-2.3.3.tar.gz \
|
DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.3.5/mixxx-2.3.5.tar.gz \
|
||||||
https://github.com/mixxxdj/libkeyfinder/archive/v2.2.6/libkeyfinder-2.2.6.zip"
|
https://github.com/mixxxdj/libkeyfinder/archive/v2.2.6/libkeyfinder-2.2.6.zip"
|
||||||
MD5SUM="486d370480980fa59613dd992bab312c \
|
MD5SUM="272362d0c5644ec43577833d6342496c \
|
||||||
8a6f2a59265aa16fbbd532b83fa45541"
|
8a6f2a59265aa16fbbd532b83fa45541"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue