diff --git a/dot_local/bin/executable_install-deno b/dot_local/bin/executable_install-deno index f01ca7d..208428b 100755 --- a/dot_local/bin/executable_install-deno +++ b/dot_local/bin/executable_install-deno @@ -16,9 +16,9 @@ function get_os () ( APP=deno -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.8.2} DEST=${XDG_DATA_HOME}/apps/releases/${APP} -URL=https://github.com/denoland/deno/releases/download/v${VERSION}/deno-$(uname -m)-$(get_os).zip +URL=https://github.com/denoland/deno/releases/download/v${VERSION}/deno-$(get_os).zip extract_zip "${URL}" "${DEST}/${VERSION}" set_current_link "${DEST}" "${VERSION}"