summaryrefslogtreecommitdiffstats
path: root/libburn
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-08-31 20:06:58 +0000
committer Eric Hameleers <alien@slackware.com>2008-08-31 20:06:58 +0000
commit62630431b52b015e3d44f0d4fd981af449b416e6 (patch)
tree692e7bcbc2b5e0a08cbd6fe5c75668af3eff4f0f /libburn
parenta1e90ed8188f9b9766e2c578f21901ff2bf39803 (diff)
downloadasb-62630431b52b015e3d44f0d4fd981af449b416e6.tar.gz
asb-62630431b52b015e3d44f0d4fd981af449b416e6.tar.xz
Update to 0.5.2.pl00
Diffstat (limited to 'libburn')
-rwxr-xr-xlibburn/build/libburn.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libburn/build/libburn.SlackBuild b/libburn/build/libburn.SlackBuild
index a6690118..d1546db5 100755
--- a/libburn/build/libburn.SlackBuild
+++ b/libburn/build/libburn.SlackBuild
@@ -34,6 +34,8 @@
# * Initial build.
# 0.5.0.pl00-1: 06/aug/2008 by Eric Hameleers <alien@slackware.com>
# * Update
+# 0.5.2.pl00-1: 31/aug/2008 by Eric Hameleers <alien@slackware.com>
+# * Update
#
# Run 'sh libburn.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -44,7 +46,7 @@
# Set initial variables:
PRGNAM=libburn
-VERSION=${VERSION:-0.5.0.pl00}
+VERSION=${VERSION:-0.5.2.pl00}
SRCVER=$(echo $VERSION |rev| cut -d. -f2- |rev)
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}