diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-18 10:31:01 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:04 -0500 |
commit | 0692ac467ab7f4326b9842e9c7a5bdfeb7f81856 (patch) | |
tree | e551c7de3f430083fd798b0257d50e8bea35eb8b | |
parent | 1b662d59ea04b493377934f8baed97df31944690 (diff) | |
download | slackbuilds-0692ac467ab7f4326b9842e9c7a5bdfeb7f81856.tar.gz |
development/gputils: Updated for version 1.3.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/gputils/gputils.SlackBuild | 3 | ||||
-rw-r--r-- | development/gputils/gputils.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/development/gputils/gputils.SlackBuild b/development/gputils/gputils.SlackBuild index b93641ec9e..6dfd4e4522 100644 --- a/development/gputils/gputils.SlackBuild +++ b/development/gputils/gputils.SlackBuild @@ -2,9 +2,10 @@ # Slackware build script for gputils # Written by GPLeo <gpleomail@gmail.com> +# Now maintained by: R. S. Ananda Murthy <rsamurti@gmail.com> PRGNAM=gputils -VERSION=${VERSION:-0.13.7} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/gputils/gputils.info b/development/gputils/gputils.info index 7fdba5184e..12128e8fbe 100644 --- a/development/gputils/gputils.info +++ b/development/gputils/gputils.info @@ -1,10 +1,10 @@ PRGNAM="gputils" -VERSION="0.13.7" +VERSION="1.3.0" HOMEPAGE="http://gputils.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gputils/gputils-0.13.7.tar.gz" -MD5SUM="242e33919e9c318d6ac58b6db291d20e" +DOWNLOAD="http://downloads.sourceforge.net/project/gputils/gputils/1.3.0/gputils-1.3.0.tar.gz" +MD5SUM="175dedeb141b4a4609a70262847257e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="GPLeo" -EMAIL="gpleomail@gmail.com" +MAINTAINER="R. S. Ananda Murthy" +EMAIL="rsamurti@gmail.com" |