diff options
Diffstat (limited to 'system/di/di.SlackBuild')
-rw-r--r-- | system/di/di.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/di/di.SlackBuild b/system/di/di.SlackBuild index dde2103677..ff320f622d 100644 --- a/system/di/di.SlackBuild +++ b/system/di/di.SlackBuild @@ -1,16 +1,13 @@ #!/bin/sh # -# Didier Charles 2011.05.22 +# Didier Charles 2012.03.08 # 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: +# written with the grateful assistance of the templates at: # http://slackbuilds.org/templates/ PRGNAM=di -VERSION=4.27 +VERSION=4.31 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |