mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libburn: Updated for version 0.9.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
e0dbc16969
commit
80736f18e1
2 changed files with 4 additions and 6 deletions
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libburn
|
||||
VERSION=0.8.0
|
||||
VERSION=0.9.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libburn"
|
||||
VERSION="0.8.0"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="http://libburnia-project.org/wiki/Libburn"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-0.8.0.pl00.tar.gz"
|
||||
MD5SUM="5dc47d0c089dc1310f03dc99edcfeaf0"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-0.9.0.pl00.tar.gz"
|
||||
MD5SUM="ad77dea9e6878b25e0ae52981c888bc5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
|
|
Loading…
Reference in a new issue