Skip to content

Commit

Permalink
chore(deps): update dependency rs/curlie to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3timeb committed Mar 2, 2025
1 parent 7d24923 commit 1bcf313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/curlie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean() {

install() {
# renovate: datasource=github-tags depName=rs/curlie
local CURLIE_VERSION="v1.7.2"
local CURLIE_VERSION="v1.8.0"
if [[ ! -f "${HOME}/opt/curlie/curlie_${CURLIE_VERSION}" ]]; then
mkdir -p "${HOME}/opt/curlie"
local OS
Expand Down

0 comments on commit 1bcf313

Please sign in to comment.