From 4682795a623c1b47c1822a677fbd521f22b461cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 27 Jun 2019 17:35:57 +0200 Subject: [PATCH] Add act 0.1.3 (#181) --- bucket/act.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/act.json diff --git a/bucket/act.json b/bucket/act.json new file mode 100644 index 0000000000..a1797a397c --- /dev/null +++ b/bucket/act.json @@ -0,0 +1,31 @@ +{ + "version": "0.1.3", + "description": "Local Github actions runner.", + "homepage": "https://github.com/nektos/act/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/nektos/act/releases/download/v0.1.3/act_Windows_x86_64.zip", + "hash": "246a5a8589cce74d3d69bef5d48448b4ea855c9b40632296d3cbe8ff95458561" + }, + "32bit": { + "url": "https://github.com/nektos/act/releases/download/v0.1.3/act_Windows_i386.zip", + "hash": "07f0e9720ad989d620e57fda05afc6e3de3c35c494e8283b9cf8e0f2ce5e63d7" + } + }, + "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" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}