mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
26 lines
804 B
JSON
26 lines
804 B
JSON
{
|
|
"version": "2.23",
|
|
"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.23-setup.exe",
|
|
"hash": "ec8da81a45a7f076cb10fa354b7b74b8c9fcf7171ce359e3e463294f6187e43e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|