Skip to content

Commit bd21aee

Browse files
committed
Bump shellbase from v0.9.20230808 to v0.9.20231010
1 parent d8a263c commit bd21aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
# https://stackoverflow.com/questions/18597697/posix-compliant-way-to-scope-variables-to-a-function-in-a-shell-script
99
# shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused.
1010
readonly \
11-
BASE_APP_VERSION=0.9.20230821 \
11+
BASE_APP_VERSION=0.9.20231010 \
1212
BASE_MIN_VERSION=0.9.20230505 \
1313
DST=/usr/local/bin \
14-
REL=0.9.20230808 \
14+
REL=0.9.20231010 \
1515
TGT=/usr/local/bin/base.sh
1616
readonly \
1717
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz

0 commit comments

Comments
 (0)