summaryrefslogtreecommitdiffstats
path: root/mixxx
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-29 15:19:01 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-29 15:19:01 +0000
commit216464162c271a81adb3b55f2ce225d99c527597 (patch)
tree60ee3768f90aea89b542593fc908d81a33ef90d9 /mixxx
parent3cb846f0627109989566d242a0cef2bcaf24f658 (diff)
downloadasb-216464162c271a81adb3b55f2ce225d99c527597.tar.gz
asb-216464162c271a81adb3b55f2ce225d99c527597.tar.xz
mixxx: recompiled against newer protobuf
Diffstat (limited to 'mixxx')
-rwxr-xr-xmixxx/build/mixxx.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mixxx/build/mixxx.SlackBuild b/mixxx/build/mixxx.SlackBuild
index addb1cfc..96b9297b 100755
--- a/mixxx/build/mixxx.SlackBuild
+++ b/mixxx/build/mixxx.SlackBuild
@@ -37,6 +37,8 @@
# * Initial build.
# 2.2.4-2: 10/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Add X-DAW category to the desktop file (for liveslak).
+# 2.2.4-3: 29/oct/2020 by Eric Hameleers <alien@slackware.com>
+# * Recompiled against new protobuf.
#
# Run 'sh mixxx.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
PRGNAM=mixxx
VERSION=${VERSION:-2.2.4}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-alien}
DOCS="CHANGELOG CODE_OF_CONDUCT.md COPYING LICENSE Mixxx-Manual.pdf README*"