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/verbiste.SlackBuild | |
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/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} |