diff options
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 799ee89313..c5d06ac9b0 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 |