mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/scrotwm: Updated for version 0.9.27.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
20fecf1f15
commit
f4d7e8aa55
3 changed files with 12 additions and 14 deletions
|
@ -28,16 +28,14 @@
|
|||
# Build script for scrotwm
|
||||
|
||||
PRGNAM=scrotwm
|
||||
VERSION=0.9.26
|
||||
VERSION=0.9.27
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="scrotwm"
|
||||
VERSION="0.9.26"
|
||||
VERSION="0.9.27"
|
||||
HOMEPAGE="http://scrotwm.org"
|
||||
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.26.tgz"
|
||||
MD5SUM="dde9cba003af593780070861b0cbcb86"
|
||||
DOWNLOAD="http://ftp.ini.uzh.ch/pub/OpenBSD/distfiles/scrotwm-0.9.27.tgz"
|
||||
MD5SUM="8ceaf857ca6de936dcfd5f331b8f1d16"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue