From 6735fee4be76e498ab513697e2317159bfb1cb98 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 24 Sep 2008 19:04:57 +0000 Subject: Update to 3.98.2 --- lame/build/lame.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lame/build/lame.SlackBuild') diff --git a/lame/build/lame.SlackBuild b/lame/build/lame.SlackBuild index 1061c9e3..003ceb91 100755 --- a/lame/build/lame.SlackBuild +++ b/lame/build/lame.SlackBuild @@ -34,6 +34,8 @@ # * Initial build. # 3.98-1: 09/Jul/2008 by Eric Hameleers # * Update. +# 3.98.2-1: 24/sep/2008 by Eric Hameleers +# * New stable release. # # Run 'sh lame.SlackBuild --cleanup' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -44,8 +46,8 @@ # Set initial variables: PRGNAM=lame -VERSION=${VERSION:-3.98} -SRCVER=$(echo ${VERSION} | tr -d '.') +VERSION=${VERSION:-3.98.2} +SRCVER=${SRCVER:-398-2} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad