Skip to content

Commit

Permalink
Bump shellbase from v0.9.20231111 to v0.9.20231212
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Dec 12, 2023
1 parent 9a44bd5 commit 27fe57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
# https://stackoverflow.com/q/18597697
# shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20231126 \
BASE_APP_VERSION=0.9.20231212 \
BASE_MIN_VERSION=0.9.20230505 \
DST=/usr/local/bin \
REL=0.9.20231111 \
REL=0.9.20231212 \
TGT=/usr/local/bin/base.sh
readonly \
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
Expand Down

0 comments on commit 27fe57d

Please sign in to comment.