mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.2.56",
|
|
"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.56/act_Windows_x86_64.zip",
|
|
"hash": "4dfafb5e2f638e444391d36b8592da1e99a54297abb853a547862523ba72c0fa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.56/act_Windows_i386.zip",
|
|
"hash": "8141f6890745f02a879a983d9f997030bdec04a965cd70bd1f268e694a780692"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.56/act_Windows_arm64.zip",
|
|
"hash": "6b874ea7e53077d8f12b7ea2d9686c27ff7fd5aadef7d9baa82ccdae90ec527b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|