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.71",
|
|
"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.71/act_Windows_x86_64.zip",
|
|
"hash": "8529b0808a2aaab454b0f0dd31b79bffc3cf69c91730df7e50d9682b9bba9600"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.71/act_Windows_i386.zip",
|
|
"hash": "7f10b703b258d394c41c83e821c6e920f61473139597beaf7161c51854194824"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.71/act_Windows_arm64.zip",
|
|
"hash": "7eeb91c6807eaf77543867da1ce4c11c8dcf79cd38f135d19c8d0a4899c189c1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|