Bump dasel version

main
Buddy Sandidge 3 years ago
parent 79c282dddd
commit 5858042321

@ -3,16 +3,16 @@
# shellcheck disable=SC1090 # shellcheck disable=SC1090
source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh"
get_arch () { get_arch () (
case $(uname -m) in case $(uname -m) in
x86_64*) echo amd64;; x86_64*) echo amd64;;
*) >&2 echo "unsupported architecture: $(uname -m)"; exit 1;; *) >&2 echo "unsupported architecture: $(uname -m)"; exit 1;;
esac esac
} )
APP=dasel APP=dasel
VERSION=${VERSION:-1.20.0} VERSION=${VERSION:-1.22.1}
DEST="${XDG_DATA_HOME}/apps/releases/${APP}" DEST=${XDG_DATA_HOME}/apps/releases/${APP}
URL=https://github.com/TomWright/dasel/releases/download/v${VERSION}/dasel_$(get_os)_$(get_arch) URL=https://github.com/TomWright/dasel/releases/download/v${VERSION}/dasel_$(get_os)_$(get_arch)
mkdir_if_missing "${DEST}/${VERSION}" mkdir_if_missing "${DEST}/${VERSION}"

Loading…
Cancel
Save