mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 03:11:20 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.2.80",
|
|
"description": "Local Github actions runner.",
|
|
"homepage": "https://github.com/nektos/act/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.80/act_Windows_x86_64.zip",
|
|
"hash": "69a192e553b0bc2ffad00cd3ff4dbb5c22db9e2a8d087ac323e956149684bcb3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.80/act_Windows_i386.zip",
|
|
"hash": "b09b755441a0ee1e1107e8dc3322659dac01657f602faae45480735071e90c5f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.80/act_Windows_arm64.zip",
|
|
"hash": "57ab43505f6ab5e97a1eab6ec03a5130b376efa4144aad5ad3418fe7f91c14e9"
|
|
}
|
|
},
|
|
"bin": "act.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_i386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|