diff options
Diffstat (limited to 'system/sandy/sandy.SlackBuild')
-rw-r--r-- | system/sandy/sandy.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/system/sandy/sandy.SlackBuild b/system/sandy/sandy.SlackBuild index 84816c768bfa..9865c80d8029 100644 --- a/system/sandy/sandy.SlackBuild +++ b/system/sandy/sandy.SlackBuild @@ -12,8 +12,12 @@ # - update for latest git (20140724) # - fix homepage in .info file +# 20150505 bkw: +# - update for latest git (20140727, 3 days newer than last update!) +# - *really* fix homepage in .info file + PRGNAM=sandy -VERSION=${VERSION:-0.4_20140724} +VERSION=${VERSION:-0.4_20140727} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |