mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.2.82",
|
|
"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.82/act_Windows_x86_64.zip",
|
|
"hash": "caa71df05081db3b614de65cb7c6e84454d7308a553998316d45a66517dd8825"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.82/act_Windows_i386.zip",
|
|
"hash": "865db295dd47267e66b53691f2dc007ff6f12cc3e405ba52fa8ccb7ad767372c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.82/act_Windows_arm64.zip",
|
|
"hash": "d22316535714ab7fa838624fa0be0419835aa4392e2d2040c2bcb2535aac1a9f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|