We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a263c commit bd21aeeCopy full SHA for bd21aee
app/install
@@ -8,10 +8,10 @@
8
# https://stackoverflow.com/questions/18597697/posix-compliant-way-to-scope-variables-to-a-function-in-a-shell-script
9
# shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused.
10
readonly \
11
- BASE_APP_VERSION=0.9.20230821 \
+ BASE_APP_VERSION=0.9.20231010 \
12
BASE_MIN_VERSION=0.9.20230505 \
13
DST=/usr/local/bin \
14
- REL=0.9.20230808 \
+ REL=0.9.20231010 \
15
TGT=/usr/local/bin/base.sh
16
17
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
0 commit comments