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 | |
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')
-rw-r--r-- | development/srecord/srecord.SlackBuild | 6 | ||||
-rw-r--r-- | development/srecord/srecord.info | 6 |
2 files changed, 8 insertions, 4 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} diff --git a/development/srecord/srecord.info b/development/srecord/srecord.info index d94165809a..c2c31e05a8 100644 --- a/development/srecord/srecord.info +++ b/development/srecord/srecord.info @@ -1,9 +1,9 @@ PRGNAM="srecord" -VERSION="1.62" +VERSION="1.64" HOMEPAGE="http://srecord.sourceforge.net/" -DOWNLOAD="http://srecord.sourceforge.net/srecord-1.62.tar.gz" +DOWNLOAD="http://downloads.sourceforge.net/project/srecord/srecord/1.64/srecord-1.64.tar.gz" DOWNLOAD_x86_64="" -MD5SUM="c8afebd66c0b4cd2f317567b8e480310" +MD5SUM="4de4a7497472d7972645c2af91313769" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="B. Watson" |