mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"version": "2.20",
|
|
"description": "A GUI for AVRDUDE",
|
|
"homepage": "https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://github.com/ZakKemble/AVRDUDESS/releases/download/v2.20/AVRDUDESS-2.20-portable.zip",
|
|
"hash": "b7cf6248b8db6fb788408c01d2811784d1e7ce94c41c9852d0fe7790e549dea6",
|
|
"shortcuts": [
|
|
[
|
|
"avrdudess.exe",
|
|
"AVRDUDESS"
|
|
]
|
|
],
|
|
"persist": [
|
|
"config.xml",
|
|
"presets.xml"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/ZakKemble/AVRDUDESS"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/ZakKemble/AVRDUDESS/releases/download/v$version/AVRDUDESS-$version-portable.zip",
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|