desktop/scrotwm: Updated for version 0.9.27.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Daniel LEVAI 2010-10-25 06:44:41 -05:00 committed by Erik Hanson
parent 20fecf1f15
commit f4d7e8aa55
3 changed files with 12 additions and 14 deletions

View file

@ -28,16 +28,14 @@
# Build script for scrotwm # Build script for scrotwm
PRGNAM=scrotwm PRGNAM=scrotwm
VERSION=0.9.26 VERSION=0.9.27
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View file

@ -1,10 +1,10 @@
PRGNAM="scrotwm" PRGNAM="scrotwm"
VERSION="0.9.26" VERSION="0.9.27"
HOMEPAGE="http://scrotwm.org" HOMEPAGE="http://scrotwm.org"
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.26.tgz" DOWNLOAD="http://ftp.ini.uzh.ch/pub/OpenBSD/distfiles/scrotwm-0.9.27.tgz"
MD5SUM="dde9cba003af593780070861b0cbcb86" MD5SUM="8ceaf857ca6de936dcfd5f331b8f1d16"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Daniel LEVAI" MAINTAINER="Daniel LEVAI"
EMAIL="leva@ecentrum.hu" EMAIL="leva@ecentrum.hu"
APPROVED="dsomero" APPROVED="Erik Hanson"