diff --git a/dot_local/bin/executable_install-fzf b/dot_local/bin/executable_install-fzf old mode 100755 new mode 100644 index 4e2f84f..b1c3deb --- a/dot_local/bin/executable_install-fzf +++ b/dot_local/bin/executable_install-fzf @@ -3,9 +3,9 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=fzf -VERSION=${VERSION:-0.57.0} +VERSION=${VERSION:-0.59.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} -URL=https://github.com/junegunn/fzf/releases/download/${VERSION}/fzf-${VERSION}-$(get_os)_$(get_arch).tar.gz +URL=https://github.com/junegunn/fzf/releases/download/v${VERSION}/fzf-${VERSION}-$(get_os)_$(get_arch).tar.gz extract_tarball "${URL}" "${DEST}/${VERSION}" set_current_link "${DEST}" "${VERSION}" @@ -13,7 +13,7 @@ set_link "${XDG_BIN_HOME}/${APP}" "${DEST}" "${APP}" APP=fzf-extra DEST=${XDG_DATA_HOME}/apps/releases/${APP} -URL=https://github.com/junegunn/fzf/archive/refs/tags/${VERSION}.tar.gz +URL=https://github.com/junegunn/fzf/archive/refs/tags/v${VERSION}.tar.gz extract_tarball "${URL}" "${DEST}/${VERSION}" "--strip-components=1" set_current_link "${DEST}" "${VERSION}"