Skip to content

Commit

Permalink
Bump Shellbase 0.9.20240909->0.9.20241111
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Nov 11, 2024
1 parent 448a79a commit a1bb31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: test
'on': push
env:
BASE_REL: 0.9.20240909
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20240909.tar.gz # yamllint disable-line
BASE_REL: 0.9.20241111
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20241111.tar.gz # yamllint disable-line
jobs:
test-linux:
strategy:
Expand Down
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.20240911 \
BASE_APP_VERSION=0.9.20241111 \
BASE_MIN_VERSION=0.9.20240909 \
DST=/usr/local/bin \
REL=0.9.20240909 \
REL=0.9.20241111 \
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 a1bb31b

Please sign in to comment.