Skip to content

Commit

Permalink
Bump yq 4.44.6->4.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Jan 21, 2025
1 parent b969061 commit bf68a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default.extend-words]
noet = "noet"
6 changes: 3 additions & 3 deletions app/install
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
# Copyright 2023-2024 David Rabkin
# Copyright 2023-2025 David Rabkin
# Uses Unix shell framework shellbase:
# https://github.com/rdavid/shellbase/
# shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20241216 \
BASE_APP_VERSION=0.9.20250122 \
BASE_MIN_VERSION=0.9.20230606 \
DST=/usr/local/bin \
GOR=0.9.20240303 \
Expand All @@ -20,7 +20,7 @@ tar \
which" \
SHR=0.9.20241111 \
USR=dci-openshift-app-agent \
YQR=4.44.6
YQR=4.45.1
readonly \
GO=https://github.com/rdavid/gento/archive/refs/tags/v$GOR.tar.gz \
OC=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.14/openshift-client-linux.tar.gz \
Expand Down

0 comments on commit bf68a28

Please sign in to comment.