desktop/xfce4-systemload-plugin: Updated for version 1.0.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
905a683353
commit
6ac23651ef
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xfce4-systemload-plugin
|
||||
VERSION=0.4.2
|
||||
VERSION=1.0.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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xfce4-systemload-plugin"
|
||||
VERSION="0.4.2"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://goodies.xfce.org/"
|
||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/0.4/xfce4-systemload-plugin-0.4.2.tar.bz2"
|
||||
MD5SUM="cc5777bb1621704927513eb8eef5f07c"
|
||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2"
|
||||
MD5SUM="da4f0e8bfb57e18fe3e3e56507a681f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue