diff options
author | Grigorios Bouzakis <grbzks@imap.cc> | 2012-03-29 23:25:32 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-03-29 23:25:32 -0400 |
commit | bd5f02f4c7663d473ffda483a4e1e267b8b1f396 (patch) | |
tree | be5a5428d5239d693dfa3d03614afeaaee08c2bd /academic/gtypist | |
parent | 05acf934a9c2fe17e273949479b51686e96d835c (diff) | |
download | slackbuilds-bd5f02f4c7663d473ffda483a4e1e267b8b1f396.tar.gz |
academic/gtypist: Updated for version 2.9.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/gtypist')
-rw-r--r-- | academic/gtypist/gtypist.SlackBuild | 4 | ||||
-rw-r--r-- | academic/gtypist/gtypist.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/academic/gtypist/gtypist.SlackBuild b/academic/gtypist/gtypist.SlackBuild index 2f70667f61..7284c8bd41 100644 --- a/academic/gtypist/gtypist.SlackBuild +++ b/academic/gtypist/gtypist.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for gtypist -# Copyright 2007-2011 Grigorios Bouzakis <grbzks@imap.cc> +# Copyright 2007-2012 Grigorios Bouzakis <grbzks@imap.cc> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -20,7 +20,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gtypist -VERSION=${VERSION:-2.9} +VERSION=${VERSION:-2.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/gtypist/gtypist.info b/academic/gtypist/gtypist.info index 9d4a8bad15..002bc6ae7a 100644 --- a/academic/gtypist/gtypist.info +++ b/academic/gtypist/gtypist.info @@ -1,10 +1,10 @@ PRGNAM="gtypist" -VERSION="2.9" +VERSION="2.9.1" HOMEPAGE="http://www.gnu.org/software/gtypist/" -DOWNLOAD="http://ftp.gnu.org/gnu/gtypist/gtypist-2.9.tar.xz" -MD5SUM="6403c43acceffa3f15ce975bab8f562f" +DOWNLOAD="http://ftp.gnu.org/gnu/gtypist/gtypist-2.9.1.tar.xz" +MD5SUM="7f8a5c380fddd61a9f8daf56b93a3b89" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Grigorios Bouzakis" EMAIL="grbzks@imap.cc" -APPROVED="dsomero,Erik Hanson" +APPROVED="dsomero" |