mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
26 lines
804 B
JSON
26 lines
804 B
JSON
{
|
|
"version": "2.25",
|
|
"description": "Tool to convert quantities between different systems of measurement",
|
|
"homepage": "https://www.gnu.org/software/units/",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.gnu.org/gnu/units/windows/units-2.25-setup.exe",
|
|
"hash": "7e048b01442a6fd7cdcb6c32a7eb6f41f6f38227e2fa8abfbaab35e4b607ec0c"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "units.exe",
|
|
"checkver": {
|
|
"url": "https://ftp.gnu.org/gnu/units/windows/?C=M;O=D",
|
|
"regex": "units-([\\d.]+)-setup\\.exe"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.gnu.org/gnu/units/windows/units-$version-setup.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|