mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/srecord: Updated for version 1.64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
75b0178a54
commit
3ea3f0fc50
2 changed files with 8 additions and 4 deletions
|
@ -6,8 +6,12 @@
|
||||||
|
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# 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
|
PRGNAM=srecord
|
||||||
VERSION=${VERSION:-1.62}
|
VERSION=${VERSION:-1.64}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="srecord"
|
PRGNAM="srecord"
|
||||||
VERSION="1.62"
|
VERSION="1.64"
|
||||||
HOMEPAGE="http://srecord.sourceforge.net/"
|
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=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="c8afebd66c0b4cd2f317567b8e480310"
|
MD5SUM="4de4a7497472d7972645c2af91313769"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="B. Watson"
|
MAINTAINER="B. Watson"
|
||||||
|
|
Loading…
Reference in a new issue