Skip to content

Commit 100424e

Browse files
committed
fix: add checks4shell from OSS repo
1 parent cbb6550 commit 100424e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

checks4shell.hcl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
binaries = ["checks4shell"]
2+
source = "https://github.com/block/checks4shell/releases/download/v${version}/checks4shell-${version}-${os}-${arch}.tar.gz"
3+
description = "A command line tool aim to simplify the process of making command line execution feedback up to GitHub commit via its Checks API."
4+
5+
version "1.0.0" "1.2.5" {
6+
auto-version {
7+
github-release = "block/checks4shell"
8+
}
9+
}
10+
11+
sha256sums = {
12+
"https://github.com/block/checks4shell/releases/download/v1.0.0/checks4shell-1.0.0-linux-amd64.tar.gz": "864bb65a66793bf4df580bdfb29203468f3d5b6c57dd58946ccabee6bb0ceed3",
13+
"https://github.com/block/checks4shell/releases/download/v1.0.0/checks4shell-1.0.0-darwin-amd64.tar.gz": "ebb491c972039a0a9976e3f3e209805d0ffe8534ee3aa8e4cd9128e65cc6b87d",
14+
"https://github.com/block/checks4shell/releases/download/v1.0.0/checks4shell-1.0.0-darwin-arm64.tar.gz": "d6c37894a616d3575181b4faf16845531e63bed1f3f2617e8654eff07094360a",
15+
"https://github.com/block/checks4shell/releases/download/v1.0.0/checks4shell-1.0.0-linux-arm64.tar.gz": "0cb2d35341de7b32399cec7b1e3c299c6101b5aa16fbc8191da6a5dfd2c1e035",
16+
"https://github.com/block/checks4shell/releases/download/v1.2.5/checks4shell-1.2.5-linux-amd64.tar.gz": "6b8e1e3afb0b54c533d7a14f9639855d969621b3f81cf36f46c02d02fb2e3700",
17+
"https://github.com/block/checks4shell/releases/download/v1.2.5/checks4shell-1.2.5-darwin-amd64.tar.gz": "33eeae7686d04fe6dbff8aa5479d272479a97a0c95964d3982a5d817f0b41769",
18+
"https://github.com/block/checks4shell/releases/download/v1.2.5/checks4shell-1.2.5-darwin-arm64.tar.gz": "70a6d1d4dc916faf68826079a70350e0b6c10975965b176d6cb4a5622669fdc4",
19+
"https://github.com/block/checks4shell/releases/download/v1.2.5/checks4shell-1.2.5-linux-arm64.tar.gz": "6bc03384f1edec965e90427afb4673775a4718fa12ffef720437c8760e9e92fa",
20+
}

0 commit comments

Comments
 (0)