Skip to content

Commit

Permalink
Bump shellbase to v0.9.20230505
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed May 5, 2023
1 parent d4a35e4 commit cbe5eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
# https://stackoverflow.com/questions/18597697/posix-compliant-way-to-scope-variables-to-a-function-in-a-shell-script
# shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20230411 \
BASE_MIN_VERSION=0.9.20230405 \
BASE_APP_VERSION=0.9.20230506 \
BASE_MIN_VERSION=0.9.20230505 \
DST=/usr/local/bin \
REL=0.9.20230405 \
REL=0.9.20230505 \
TGT=/usr/local/bin/base.sh
readonly \
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions app/pingo
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Adds timestamps to the ping command output.
# shellcheck disable=SC1091,SC2034 # File not following, appears unused.
readonly \
BASE_APP_VERSION=0.9.20230503 \
BASE_MIN_VERSION=0.9.20230503
BASE_APP_VERSION=0.9.20230505 \
BASE_MIN_VERSION=0.9.20230505
. base.sh

# Starting point.
Expand Down

0 comments on commit cbe5eb5

Please sign in to comment.