summaryrefslogtreecommitdiffstats
path: root/qmmp
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 09:54:01 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 09:54:01 +0000
commitf0f71058a2f0e0161b4a5b7bc88c11ee9391970f (patch)
treecf54919b5b9da5c10f37dc32251e8b9dee262d69 /qmmp
parentc30d0ff0048713464095d23515726ee1bd4cb422 (diff)
downloadasb-f0f71058a2f0e0161b4a5b7bc88c11ee9391970f.tar.gz
asb-f0f71058a2f0e0161b4a5b7bc88c11ee9391970f.tar.xz
Update to 0.5.0
Diffstat (limited to 'qmmp')
-rwxr-xr-xqmmp/build/qmmp.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmmp/build/qmmp.SlackBuild b/qmmp/build/qmmp.SlackBuild
index 7525f157..aa21ae03 100755
--- a/qmmp/build/qmmp.SlackBuild
+++ b/qmmp/build/qmmp.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 0.4.0-1: 06/jun/2010 by Eric Hameleers <alien@slackware.com>
# * Use faad2 for AAC and libsndfile for WAV support.
+# 0.5.0-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qmmp.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
# Set initial variables:
PRGNAM=qmmp
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}