mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.2.76",
|
|
"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.76/act_Windows_x86_64.zip",
|
|
"hash": "0d5811991a938cc7f4b86c5af7e5ea3ea37b2dad61a016cf6b7001a6fbdb0b1d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.76/act_Windows_i386.zip",
|
|
"hash": "80341f72ec8c46ef162c7a0199f19dbc0257560cb371f9f17c25860b400043d3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.76/act_Windows_arm64.zip",
|
|
"hash": "f8764aa6131c83e4fbd110e60dd0a400eb17851a1cf05cc83adafeb2d7056297"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|