mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
units: Add version 2.21 (#3683)
* units: Add version 2.21 * Update units.json * 're' -> 'regex', escape dots Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
7b10c6b866
commit
d31c7ee939
25
bucket/units.json
Normal file
25
bucket/units.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"version": "2.21",
|
||||||
|
"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.21-setup.exe",
|
||||||
|
"hash": "185ba7fbb56297dbafe2c40306aa1a63f3c5b17f66688dc6c21e562b31ad80d2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user