diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-20 01:46:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-20 01:46:35 +0700 |
commit | 3ea3f0fc50db3ea6fdec24f317994971c9395c2b (patch) | |
tree | 529583c870f5e9c4689698faf9d5fd93580f4c87 /development/srecord/srecord.SlackBuild | |
parent | 75b0178a54ec977e70b7210786b662ac6cf81c77 (diff) | |
download | slackbuilds-3ea3f0fc50db3ea6fdec24f317994971c9395c2b.tar.gz |
development/srecord: Updated for version 1.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/srecord/srecord.SlackBuild')
-rw-r--r-- | development/srecord/srecord.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/development/srecord/srecord.SlackBuild b/development/srecord/srecord.SlackBuild index 4714687ccb..17aa24a8fa 100644 --- a/development/srecord/srecord.SlackBuild +++ b/development/srecord/srecord.SlackBuild @@ -6,8 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20140819 bkw: updated for v1.64, switched to regular sourceforge download +# URL. Turns out the short URL on the main site will disappear whenever +# there's a new release. + PRGNAM=srecord -VERSION=${VERSION:-1.62} +VERSION=${VERSION:-1.64} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |