Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ caddy
caprine
#cawbird
chronograf
clamav
code
codium
#com.github.tkashkin.gamehub
Expand Down
2 changes: 1 addition & 1 deletion 01-main/packages/clamav
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "${ACTION}" != "prettylist" ] ; then
ARCHNAME="aarch64"
fi
URL=$(grep -m 1 "browser_download_url.*${ARCHNAME}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'_' -f2)
VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL/clamav-/}")
fi
PRETTY_NAME="ClamAV"
WEBSITE="https://www.clamav.net/"
Expand Down