mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libgtop: Updated for version 2.32.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
41e6d7dee8
commit
14aa94ddd5
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for <libgtop>
|
||||
# Slackware build script for libgtop
|
||||
|
||||
# Copyright 2008 Stylianos Tsampas <ztsampas@otenet.gr>
|
||||
#
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libgtop
|
||||
VERSION=${VERSION:-2.28.5}
|
||||
VERSION=${VERSION:-2.32.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgtop"
|
||||
VERSION="2.28.5"
|
||||
VERSION="2.32.0"
|
||||
HOMEPAGE="http://library.gnome.org/devel/libgtop/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgtop/2.28/libgtop-2.28.5.tar.xz"
|
||||
MD5SUM="3f15032ef2bf06f2b26efd13bc4ae9ab"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgtop/2.32/libgtop-2.32.0.tar.xz"
|
||||
MD5SUM="887491e96841eff68cfacd1ed8872e56"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue