diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2012-10-06 10:43:52 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-10-07 09:17:25 -0400 |
commit | 44a10084d20d73d9f0254ec0e98d50522965fa1d (patch) | |
tree | 810b686c9d32b01d0cce828522ba6c61353e9859 /business/skrooge/skrooge.SlackBuild | |
parent | f40235efb8dcaebe83667134c8cd44f26116c111 (diff) |
business/skrooge: Updated to version 1.3.3
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'business/skrooge/skrooge.SlackBuild')
-rw-r--r-- | business/skrooge/skrooge.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/business/skrooge/skrooge.SlackBuild b/business/skrooge/skrooge.SlackBuild index 9072215d7c9b..e5ff2cd9f762 100644 --- a/business/skrooge/skrooge.SlackBuild +++ b/business/skrooge/skrooge.SlackBuild @@ -1,5 +1,6 @@ #!/bin/sh +# Copyright 2012 Vincent Batts, Raleigh, NC, USA # Copyright 2009 Vincent Batts, http://hashbangbash.com/ # All rights reserved. # @@ -21,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=skrooge -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |