mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.2.61",
|
|
"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.61/act_Windows_x86_64.zip",
|
|
"hash": "b1e907136adb37f378ae2cd28c90d2d94e24c6cd2e4f2bbf00a4362956cab1dc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.61/act_Windows_i386.zip",
|
|
"hash": "2990e8f47bf9d8dd644c41082c97d2e12323ebf9056a8118af6567b995076a59"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.61/act_Windows_arm64.zip",
|
|
"hash": "f512e68b323dc0f34d88c4a0d49f6e1c2ea79d65ba64222fb363df3c42285a73"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|