diff options
Diffstat (limited to 'office/verbiste/verbiste.SlackBuild')
-rw-r--r-- | office/verbiste/verbiste.SlackBuild | 10 |
1 files changed, 5 insertions, 5 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} |