diff --git a/.gget/remotes/tegonal-gh-commons/pull-hook.sh b/.gget/remotes/tegonal-gh-commons/pull-hook.sh index 509168f..aa3aaf8 100755 --- a/.gget/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gget/remotes/tegonal-gh-commons/pull-hook.sh @@ -5,13 +5,13 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GGET_LATEST_VERSION="v0.8.0" +GGET_LATEST_VERSION="v0.9.0" if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../../../lib/tegonal-scripts/src" diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 930a3a3..a1dbf74 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ ______________________________________ -I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gget/blob/v0.8.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. +I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gget/blob/v0.9.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. diff --git a/.github/workflows/gget-update.yml b/.github/workflows/gget-update.yml index 9c5aa48..3944d88 100644 --- a/.github/workflows/gget-update.yml +++ b/.github/workflows/gget-update.yml @@ -4,7 +4,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.8.0 +# Version: v0.9.0 # ################################### name: "gget update" diff --git a/.github/workflows/gget-update.yml.sig b/.github/workflows/gget-update.yml.sig index b3140bd..573c710 100644 Binary files a/.github/workflows/gget-update.yml.sig and b/.github/workflows/gget-update.yml.sig differ diff --git a/README.md b/README.md index 474db0c..37cf869 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.8.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.8.0) + - + # gget @@ -41,7 +41,7 @@ at a single place. ❗ You are taking a _sneak peek_ at the next version. Please have a look at the README of the git tag in case you are looking for the documentation of the corresponding version. -For instance, the [README of v0.8.0](https://github.com/tegonal/gget/tree/v0.8.0/README.md). +For instance, the [README of v0.9.0](https://github.com/tegonal/gget/tree/v0.9.0/README.md). --- @@ -165,7 +165,7 @@ Last but not least, see [additional installation steps](#additional-installation ## manually -1. [![Download](https://img.shields.io/badge/Download-v0.8.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.8.0) +1. [![Download](https://img.shields.io/badge/Download-v0.9.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.9.0) 2. extract the zip/tar.gz 3. open a terminal at the corresponding folder and verify the public key of this repo against [our public key](https://tegonal.com/gpg/github.asc): @@ -237,7 +237,7 @@ self-update update gget to the latest version --version prints the version of this script INFO: Version of gget.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` @@ -260,7 +260,7 @@ list list all remotes --version prints the version of this script INFO: Version of gget-remote.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` @@ -421,7 +421,7 @@ gget pull -r tegonal-scripts -t v0.1.0 -p src/utility/ gget pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE_OF_CONDUCT.md INFO: Version of gget-pull.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` @@ -522,7 +522,7 @@ gget re-pull gget re-pull -r tegonal-scripts --only-missing false --auto-trust true INFO: Version of gget-re-pull.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` @@ -581,7 +581,7 @@ gget reset gget reset --gpg-only true INFO: Version of gget-reset.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` @@ -641,7 +641,7 @@ gget update -r tegonal-scripts gget update -r tegonal-scripts -t v1.0.0 INFO: Version of gget-update.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` @@ -817,7 +817,7 @@ gget self-update gget self-update --force INFO: Version of gget-self-update.sh is: -v0.9.0-SNAPSHOT +v0.9.0 ``` diff --git a/install.doc.sh.sig b/install.doc.sh.sig index 20033c7..8b12049 100644 Binary files a/install.doc.sh.sig and b/install.doc.sh.sig differ diff --git a/install.sh b/install.sh index cec6e7d..2683bdc 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.8.0 +# Version: v0.9.0 # ####### Description ############# # diff --git a/install.sh.sig b/install.sh.sig index 57d94a3..78fdbdf 100644 Binary files a/install.sh.sig and b/install.sh.sig differ diff --git a/scripts/additional-prepare-files-next-dev-cycle-steps.sh b/scripts/additional-prepare-files-next-dev-cycle-steps.sh index ce40ba2..0a6b8fa 100755 --- a/scripts/additional-prepare-files-next-dev-cycle-steps.sh +++ b/scripts/additional-prepare-files-next-dev-cycle-steps.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Creative Commons Zero v1.0 Universal # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/scripts/additional-release-files-preparations.sh b/scripts/additional-release-files-preparations.sh index 4affefb..ad6b999 100644 --- a/scripts/additional-release-files-preparations.sh +++ b/scripts/additional-release-files-preparations.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index f587cbb..70d7524 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index 6b41599..fbb9a1f 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 74ee26a..72a9ff1 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/scripts/release.sh b/scripts/release.sh index 78193c9..0de366a 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index 973bbd6..ecb8eaf 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/src/gget-pull.sh b/src/gget-pull.sh index 3daf4db..e3173b9 100755 --- a/src/gget-pull.sh +++ b/src/gget-pull.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -27,7 +27,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gget-pull.sh.sig b/src/gget-pull.sh.sig index c7b5c86..ae922cd 100644 Binary files a/src/gget-pull.sh.sig and b/src/gget-pull.sh.sig differ diff --git a/src/gget-re-pull.sh b/src/gget-re-pull.sh index 5d4faf0..9d3ac63 100755 --- a/src/gget-re-pull.sh +++ b/src/gget-re-pull.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gget-re-pull.sh.sig b/src/gget-re-pull.sh.sig index ad77e7d..ffc4a49 100644 Binary files a/src/gget-re-pull.sh.sig and b/src/gget-re-pull.sh.sig differ diff --git a/src/gget-remote.sh b/src/gget-remote.sh index 4b69233..594d7a3 100755 --- a/src/gget-remote.sh +++ b/src/gget-remote.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -28,7 +28,7 @@ set -eu -o pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gget-remote.sh.sig b/src/gget-remote.sh.sig index 0fe64cb..7d0a53e 100644 Binary files a/src/gget-remote.sh.sig and b/src/gget-remote.sh.sig differ diff --git a/src/gget-reset.sh b/src/gget-reset.sh index c9ea003..1aeadf6 100755 --- a/src/gget-reset.sh +++ b/src/gget-reset.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -34,7 +34,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gget-reset.sh.sig b/src/gget-reset.sh.sig index 8800b9f..601b0d0 100644 Binary files a/src/gget-reset.sh.sig and b/src/gget-reset.sh.sig differ diff --git a/src/gget-self-update.sh b/src/gget-self-update.sh index f7304a6..923c256 100755 --- a/src/gget-self-update.sh +++ b/src/gget-self-update.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -22,7 +22,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gget-self-update.sh.sig b/src/gget-self-update.sh.sig index 92dec45..5b5600f 100644 Binary files a/src/gget-self-update.sh.sig and b/src/gget-self-update.sh.sig differ diff --git a/src/gget-update.sh b/src/gget-update.sh index 936d309..8bc2d2b 100755 --- a/src/gget-update.sh +++ b/src/gget-update.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -28,7 +28,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gget-update.sh.sig b/src/gget-update.sh.sig index 4068879..077bf9a 100644 Binary files a/src/gget-update.sh.sig and b/src/gget-update.sh.sig differ diff --git a/src/gget.sh b/src/gget.sh index 139a1c5..0424696 100755 --- a/src/gget.sh +++ b/src/gget.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -41,7 +41,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then declare intermediateSource=${BASH_SOURCE[0]:-$0} diff --git a/src/gget.sh.sig b/src/gget.sh.sig index cfd0940..d766393 100644 Binary files a/src/gget.sh.sig and b/src/gget.sh.sig differ diff --git a/src/gitlab/.gitlab-ci.yml.sig b/src/gitlab/.gitlab-ci.yml.sig index 2178241..5142aa0 100644 Binary files a/src/gitlab/.gitlab-ci.yml.sig and b/src/gitlab/.gitlab-ci.yml.sig differ diff --git a/src/gitlab/create-mr.sh b/src/gitlab/create-mr.sh index c8c4055..2786d23 100755 --- a/src/gitlab/create-mr.sh +++ b/src/gitlab/create-mr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/src/gitlab/create-mr.sh.sig b/src/gitlab/create-mr.sh.sig index b80cce0..7f536ca 100644 Binary files a/src/gitlab/create-mr.sh.sig and b/src/gitlab/create-mr.sh.sig differ diff --git a/src/gitlab/install-gget.sh b/src/gitlab/install-gget.sh index bea6c5e..0f8763f 100755 --- a/src/gitlab/install-gget.sh +++ b/src/gitlab/install-gget.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail diff --git a/src/gitlab/install-gget.sh.sig b/src/gitlab/install-gget.sh.sig index 184ff0b..18e72b7 100644 Binary files a/src/gitlab/install-gget.sh.sig and b/src/gitlab/install-gget.sh.sig differ diff --git a/src/gitlab/utils.sh b/src/gitlab/utils.sh index c45a321..eaa9e40 100644 --- a/src/gitlab/utils.sh +++ b/src/gitlab/utils.sh @@ -5,13 +5,13 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' function exitIfEnvVarNotSet() { local -rn exitIfEnvVarNotSet_arr=$1 diff --git a/src/gitlab/utils.sh.sig b/src/gitlab/utils.sh.sig index 3617e26..bf85bfa 100644 Binary files a/src/gitlab/utils.sh.sig and b/src/gitlab/utils.sh.sig differ diff --git a/src/paths.source.sh b/src/paths.source.sh index 162b600..57247eb 100644 --- a/src/paths.source.sh +++ b/src/paths.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # diff --git a/src/paths.source.sh.sig b/src/paths.source.sh.sig index 8e5c141..874360e 100644 Binary files a/src/paths.source.sh.sig and b/src/paths.source.sh.sig differ diff --git a/src/pulled-utils.sh b/src/pulled-utils.sh index 4ff2184..3667af7 100644 --- a/src/pulled-utils.sh +++ b/src/pulled-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # @@ -16,7 +16,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GGET_VERSION='v0.9.0-SNAPSHOT' +export GGET_VERSION='v0.9.0' if ! [[ -v dir_of_gget ]]; then dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/pulled-utils.sh.sig b/src/pulled-utils.sh.sig index 297adf1..febcd7d 100644 Binary files a/src/pulled-utils.sh.sig and b/src/pulled-utils.sh.sig differ diff --git a/src/shared-patterns.source.sh b/src/shared-patterns.source.sh index a6c0e0a..b35730d 100644 --- a/src/shared-patterns.source.sh +++ b/src/shared-patterns.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # diff --git a/src/shared-patterns.source.sh.sig b/src/shared-patterns.source.sh.sig index a559c81..636b62c 100644 Binary files a/src/shared-patterns.source.sh.sig and b/src/shared-patterns.source.sh.sig differ diff --git a/src/utils.sh b/src/utils.sh index e530486..89039c3 100644 --- a/src/utils.sh +++ b/src/utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.9.0-SNAPSHOT +# Version: v0.9.0 # ####### Description ############# # diff --git a/src/utils.sh.sig b/src/utils.sh.sig index ec0f16c..4c0fa95 100644 Binary files a/src/utils.sh.sig and b/src/utils.sh.sig differ