diff options
author | Didier Charles <dcharles@alumni.concordia.ca> | 2010-12-25 15:02:13 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 20:12:23 -0200 |
commit | 5b7ef6e90b14d1a04441632f45fd01a910953dd6 (patch) | |
tree | 4c225f9865bb4073fdca62df3a63da23ab3e773a /office/verbiste | |
parent | ebc8e0f587699d60e0af703c6d7e4ab828b7b8c6 (diff) | |
download | slackbuilds-5b7ef6e90b14d1a04441632f45fd01a910953dd6.tar.gz |
office/verbiste: Updated for version 0.1.32.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office/verbiste')
-rw-r--r-- | office/verbiste/verbiste.SlackBuild | 10 | ||||
-rw-r--r-- | office/verbiste/verbiste.info | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/office/verbiste/verbiste.SlackBuild b/office/verbiste/verbiste.SlackBuild index 7984dc1ab2..68ce194b9b 100644 --- a/office/verbiste/verbiste.SlackBuild +++ b/office/verbiste/verbiste.SlackBuild @@ -1,18 +1,18 @@ #!/bin/sh -# -# Didier Charles 2010.07.07 +# +# Didier Charles 2010.12.24 # dcharles@alumni.concordia.ca # written with the grateful assistance of the tutorial # "Writing A SlackBuild Script" at : # http://www.slackwiki.org/Writing_A_SlackBuild_Script # and with the guidance of the templates at: # http://slackbuilds.org/templates/ -# +# PRGNAM=verbiste -VERSION=${VERSION:-0.1.30} +VERSION=${VERSION:-0.1.32} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} diff --git a/office/verbiste/verbiste.info b/office/verbiste/verbiste.info index 7df4606d32..be27c67abe 100644 --- a/office/verbiste/verbiste.info +++ b/office/verbiste/verbiste.info @@ -1,10 +1,10 @@ PRGNAM="verbiste" -VERSION="0.1.30" +VERSION="0.1.32" HOMEPAGE="http://sarrazip.com/dev/verbiste.html" -DOWNLOAD="http://perso.b2b2c.ca/sarrazip/dev/verbiste-0.1.30.tar.gz" -MD5SUM="e81591746660f763f8cd7eea49bacbe4" +DOWNLOAD="http://sarrazip.com/dev/verbiste-0.1.32.tar.gz" +MD5SUM="b39769beb4914a0e7275574b7f939245" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Didier Charles" EMAIL="dcharles@alumni.concordia.ca" -APPROVED="rworkman" +APPROVED="Erik Hanson" |