mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/yasm: Updated for version 0.8.0
This commit is contained in:
parent
bdab3f2ee7
commit
960fee848d
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for yasm
|
# Slackware build script for yasm
|
||||||
|
|
||||||
# Copyright 2008 Heinz Wiesinger <pprkut@iwjatan.at>
|
# Copyright 2008-2009 Heinz Wiesinger <pprkut@iwjatan.at>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=yasm
|
PRGNAM=yasm
|
||||||
VERSION=0.7.2
|
VERSION=0.8.0
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="yasm"
|
PRGNAM="yasm"
|
||||||
VERSION="0.7.2"
|
VERSION="0.8.0"
|
||||||
HOMEPAGE="http://www.tortall.net/projects/yasm/"
|
HOMEPAGE="http://www.tortall.net/projects/yasm/"
|
||||||
DOWNLOAD="http://www.tortall.net/projects/yasm/releases/yasm-0.7.2.tar.gz"
|
DOWNLOAD="http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz"
|
||||||
MD5SUM="cc9360593de5625dca286f0bfcb27dd5"
|
MD5SUM="84a72204c9b452a00b39b1b00495163f"
|
||||||
MAINTAINER="ppr:kut"
|
MAINTAINER="ppr:kut"
|
||||||
EMAIL="pprkut@liwjatan.at"
|
EMAIL="pprkut@liwjatan.at"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue