2023-10-01 04:25:31 +00:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.52",
"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.52/act_Windows_x86_64.zip",
"hash": "768b9e6b9c032f83f5ad0f09422b81cc0cc1c823c650f1d2d506630b88162231"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.52/act_Windows_i386.zip",
"hash": "2ceaa0b66870a0ebba41a5273cb95a5c33a7b5fcfbd924f9f7ab7d663cdda3fb"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.52/act_Windows_arm64.zip",
"hash": "fab84828ad0da72a88c9238c0a3ad8da674c32798fef72f94f72911bf03f10e5"
}
},
"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"
}
}
}