diff options
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} |