office/verbiste: Updated for version 0.1.33.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Didier Charles 2011-05-31 23:22:55 -04:00 committed by Robby Workman
parent 63b254fba0
commit ea5d20c50e
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
verbiste: Verbiste (a French conjugation system) verbiste: Verbiste (a French conjugation system)
verbiste: verbiste:
verbiste: Verbiste Contains a C++ library and two command line programs to 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: conjugate and analyze conjugated verbs and can be run from the
verbiste: command line or from another program, and it also contains a GTK verbiste: command line or from another program, and it also contains a GTK

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Didier Charles 2010.12.24 # Didier Charles 2011.05.21
# dcharles@alumni.concordia.ca # dcharles@alumni.concordia.ca
# written with the grateful assistance of the tutorial # written with the grateful assistance of the tutorial
# "Writing A SlackBuild Script" at : # "Writing A SlackBuild Script" at :
@ -10,7 +10,7 @@
# #
PRGNAM=verbiste PRGNAM=verbiste
VERSION=${VERSION:-0.1.32} VERSION=${VERSION:-0.1.33}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="verbiste" PRGNAM="verbiste"
VERSION="0.1.32" VERSION="0.1.33"
HOMEPAGE="http://sarrazip.com/dev/verbiste.html" HOMEPAGE="http://sarrazip.com/dev/verbiste.html"
DOWNLOAD="http://sarrazip.com/dev/verbiste-0.1.32.tar.gz" DOWNLOAD="http://sarrazip.com/dev/verbiste-0.1.33.tar.gz"
MD5SUM="b39769beb4914a0e7275574b7f939245" MD5SUM="9157b90da88350718ba07d5e57ff698d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Didier Charles" MAINTAINER="Didier Charles"
EMAIL="dcharles@alumni.concordia.ca" EMAIL="dcharles@alumni.concordia.ca"
APPROVED="Erik Hanson" APPROVED="dsomero"