From f8777129626b046d4f9ae49c26d5a5784b684dac Mon Sep 17 00:00:00 2001 From: mikisama <41532794+mikisama@users.noreply.github.com> Date: Fri, 27 Nov 2020 05:45:33 +0800 Subject: [PATCH] srecord: Add version 1.64 (#1599) * Add srecord * remove utf-8 BOM * 1. reorder tags 2. add an autoupdate section 3. make checkver more reliable * 1. fix checkver url 2. fix base url to `downloads.sourceforge.net` 3. style format --- bucket/srecord.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bucket/srecord.json diff --git a/bucket/srecord.json b/bucket/srecord.json new file mode 100644 index 0000000000..6ad7f55ba8 --- /dev/null +++ b/bucket/srecord.json @@ -0,0 +1,20 @@ +{ + "version": "1.64", + "description": "The SRecord package is a collection of powerful tools for manipulating EPROM load files", + "homepage": "http://srecord.sourceforge.net/", + "license": "GPL-3.0-only", + "url": "https://downloads.sourceforge.net/project/srecord/srecord-win32/1.64/srecord-1.64-win32.zip", + "hash": "83ef7da6e114705b35d06edf4ce430414d14c0088a8fa6a273da8fe3282bc280", + "bin": [ + "srec_cat.exe", + "srec_cmp.exe", + "srec_info.exe" + ], + "checkver": { + "url": "https://sourceforge.net/projects/srecord/rss?path=/", + "regex": "srecord-([\\d.]+)-win32" + }, + "autoupdate": { + "url": "https://downloads.sourceforge.net/project/srecord/srecord-win32/$version/srecord-$version-win32.zip" + } +}