Fix URL #2 for eza

This commit is contained in:
Lockszmith (@VAST) 2025-04-09 13:35:59 -04:00
parent 54735a1a60
commit b6c3989d1c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict
"type" "archive-file"
"url" (printf "https://github.com/%s/releases/download/%s/%s-%s.tar.gz" $repo $app_name $version $myArch)
"url" (printf "https://github.com/%s/releases/download/%s/%s-%s.tar.gz" $repo $version $app_name $myArch)
"path" (printf "%s-%s-%s/%s" $app_name $version $myArch $app_name)
"executable" true
"refreshPeriod" $defaultRefresh