development/yasm: Updated for version 0.8.0

This commit is contained in:
Heinz Wiesinger 2010-05-12 17:39:03 +02:00 committed by David Somero
parent bdab3f2ee7
commit 960fee848d
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"