diff options
Diffstat (limited to 'office/verbiste')
-rw-r--r-- | office/verbiste/slack-desc | 2 | ||||
-rw-r--r-- | office/verbiste/verbiste.SlackBuild | 4 | ||||
-rw-r--r-- | office/verbiste/verbiste.info | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/office/verbiste/slack-desc b/office/verbiste/slack-desc index ec91b12043..440f6732eb 100644 --- a/office/verbiste/slack-desc +++ b/office/verbiste/slack-desc @@ -7,7 +7,7 @@ |-----handy-ruler------------------------------------------------------| verbiste: Verbiste (a French conjugation system) -verbiste: +verbiste: verbiste: Verbiste Contains a C++ library and two command line programs to verbiste: conjugate and analyze conjugated verbs and can be run from the verbiste: command line or from another program, and it also contains a GTK diff --git a/office/verbiste/verbiste.SlackBuild b/office/verbiste/verbiste.SlackBuild index 68ce194b9b..e07e2343a5 100644 --- a/office/verbiste/verbiste.SlackBuild +++ b/office/verbiste/verbiste.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # -# Didier Charles 2010.12.24 +# Didier Charles 2011.05.21 # dcharles@alumni.concordia.ca # written with the grateful assistance of the tutorial # "Writing A SlackBuild Script" at : @@ -10,7 +10,7 @@ # PRGNAM=verbiste -VERSION=${VERSION:-0.1.32} +VERSION=${VERSION:-0.1.33} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/verbiste/verbiste.info b/office/verbiste/verbiste.info index be27c67abe..6c641940e6 100644 --- a/office/verbiste/verbiste.info +++ b/office/verbiste/verbiste.info @@ -1,10 +1,10 @@ PRGNAM="verbiste" -VERSION="0.1.32" +VERSION="0.1.33" HOMEPAGE="http://sarrazip.com/dev/verbiste.html" -DOWNLOAD="http://sarrazip.com/dev/verbiste-0.1.32.tar.gz" -MD5SUM="b39769beb4914a0e7275574b7f939245" +DOWNLOAD="http://sarrazip.com/dev/verbiste-0.1.33.tar.gz" +MD5SUM="9157b90da88350718ba07d5e57ff698d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Didier Charles" EMAIL="dcharles@alumni.concordia.ca" -APPROVED="Erik Hanson" +APPROVED="dsomero" |