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 | |
parent | eb194048695c76c3eb1040aaa0ae12f7f4ee9734 (diff) | |
download | slackbuilds-d98098933a37bc1331b15542e48688c98c362cdd.tar.gz |
system/sandy: Updated for version 0.4_20140724.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/sandy/sandy.SlackBuild | 8 | ||||
-rw-r--r-- | system/sandy/sandy.info | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/system/sandy/sandy.SlackBuild b/system/sandy/sandy.SlackBuild index d56750734c..84816c768b 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} diff --git a/system/sandy/sandy.info b/system/sandy/sandy.info index 5d5818b2dd..147c56a5d1 100644 --- a/system/sandy/sandy.info +++ b/system/sandy/sandy.info @@ -1,10 +1,10 @@ PRGNAM="sandy" -VERSION="0.4_20111229" +VERSION="0.4_20140724" HOMEPAGE="http://urchlay.naptime.net/" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/sandy-0.4_20111229.tar.gz" -MD5SUM="942c4d00c257e8725538e58973c2576e" +DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/sandy-0.4_20140724.tar.gz" +MD5SUM="4ec13749d44a248ecc7eeb6a2a8ff81b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="dmenu xsel" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |