mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
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
This commit is contained in:
parent
ba3c7bc497
commit
f877712962
20
bucket/srecord.json
Normal file
20
bucket/srecord.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user