mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
tombi: Add version 0.7.18 (#7333)
tombi: Add version 0.6.41 Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
e570f90daa
commit
271c8e6807
33
bucket/tombi.json
Normal file
33
bucket/tombi.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "0.7.18",
|
||||
"description": "Feature-Rich TOML Toolkit.",
|
||||
"homepage": "https://tombi-toml.github.io/tombi/",
|
||||
"license": "MIT",
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2022"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.18/tombi-cli-0.7.18-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "ac0741aa3472311c6cc2720c6588bf34074455052270a825469357565c87db51"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.7.18/tombi-cli-0.7.18-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "3e33ffaea78f2b1d0bed50b63de14576bd091230c11bf9cb29fcee8b9e6230a2"
|
||||
}
|
||||
},
|
||||
"bin": "tombi.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/tombi-toml/tombi"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v$version/tombi-cli-$version-x86_64-pc-windows-msvc.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v$version/tombi-cli-$version-aarch64-pc-windows-msvc.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user