Fix URL #2 for eza
This commit is contained in:
parent
54735a1a60
commit
b6c3989d1c
|
@ -93,7 +93,7 @@
|
||||||
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
|
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
|
||||||
{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict
|
{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict
|
||||||
"type" "archive-file"
|
"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)
|
"path" (printf "%s-%s-%s/%s" $app_name $version $myArch $app_name)
|
||||||
"executable" true
|
"executable" true
|
||||||
"refreshPeriod" $defaultRefresh
|
"refreshPeriod" $defaultRefresh
|
||||||
|
|
Loading…
Reference in New Issue