diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-11-04 01:25:42 +0000 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:44:56 +0100 |
commit | 9cd57658018cef1548407369d39f5e7611de943d (patch) | |
tree | e90c51c7aabb6e0ec5165b6b395a8cc90d09563e /development/yasm/yasm.SlackBuild | |
parent | 946e20caee40ab55b7ff0314930379e2601cb2d2 (diff) |
development/yasm: Updated for version 1.1.0.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'development/yasm/yasm.SlackBuild')
-rw-r--r-- | development/yasm/yasm.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/development/yasm/yasm.SlackBuild b/development/yasm/yasm.SlackBuild index 799ee89313a47..c5d06ac9b0b47 100644 --- a/development/yasm/yasm.SlackBuild +++ b/development/yasm/yasm.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yasm -VERSION=1.0.1 +VERSION=1.1.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 |