office/verbiste: Updated for version 0.1.32.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ebc8e0f587
commit
5b7ef6e90b
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue