diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-27 07:13:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:22:23 +0700 |
commit | d98098933a37bc1331b15542e48688c98c362cdd (patch) | |
tree | ccee027e1de075f4eaff2fb333a68f41467969ac /system/sandy/sandy.SlackBuild | |
parent | eb194048695c76c3eb1040aaa0ae12f7f4ee9734 (diff) |
system/sandy: Updated for version 0.4_20140724.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/sandy/sandy.SlackBuild')
-rw-r--r-- | system/sandy/sandy.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/system/sandy/sandy.SlackBuild b/system/sandy/sandy.SlackBuild index d56750734c68..84816c768bfa 100644 --- a/system/sandy/sandy.SlackBuild +++ b/system/sandy/sandy.SlackBuild @@ -6,10 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# Version number is the date of the last git commit after the 0.4 release. +# Version number is the date of the last git commit. + +# 20140826 bkw: +# - update for latest git (20140724) +# - fix homepage in .info file PRGNAM=sandy -VERSION=${VERSION:-0.4_20111229} +VERSION=${VERSION:-0.4_20140724} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |