Skip to content

Commit

Permalink
build(pkg): logwatch x86_64->amd64 pkg download
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Nov 29, 2023
1 parent 0a57948 commit d187c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ fetch_logwatch_repo() {
}
fetch_logwatch_package() {
local stripped_ver=${logwatch_version#v}
logwatch_tgz="${logwatch_name}_${stripped_ver}_${os_type}_x86_64.tar.gz"
logwatch_tgz="${logwatch_name}_${stripped_ver}_${os_type}_amd64.tar.gz"
logwatch_tgz_url="${url_logwatch_repo}/releases/download/${logwatch_version}/$logwatch_tgz"
[[ -f $logwatch_tgz ]] || {
echo "-fetching logwatch package (${logwatch_tgz}) - ${logwatch_tgz_url}"
Expand Down

0 comments on commit d187c53

Please sign in to comment.