commit 634d90575ef36e116fec95059d8e9abf357e275a parent 8437ceb0ba60722d550b3e3e9f104a798ff9d7ea Author: Cem Keylan <cem@ckyln.com> Date: Thu, 10 Sep 2020 02:07:24 +0300 shellcheck-bin: add new package at 0.7.1 Diffstat:
A | extra/shellcheck-bin/build | | | 3 | +++ |
A | extra/shellcheck-bin/checksums | | | 1 | + |
A | extra/shellcheck-bin/sources | | | 1 | + |
A | extra/shellcheck-bin/version | | | 1 | + |
4 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/extra/shellcheck-bin/build b/extra/shellcheck-bin/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +install -Dm755 shellcheck "$1/usr/bin/shellcheck" diff --git a/extra/shellcheck-bin/checksums b/extra/shellcheck-bin/checksums @@ -0,0 +1 @@ +64f17152d96d7ec261ad3086ed42d18232fcb65148b44571b564d688269d36c8 shellcheck-v0.7.1.linux.x86_64.tar.xz diff --git a/extra/shellcheck-bin/sources b/extra/shellcheck-bin/sources @@ -0,0 +1 @@ +https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.linux.x86_64.tar.xz diff --git a/extra/shellcheck-bin/version b/extra/shellcheck-bin/version @@ -0,0 +1 @@ +0.7.1 1