Skip to content

clamav: Update version to 1.0.1 #2865

Merged
merged 1 commit into from
Feb 22, 2023
Merged
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
8 changes: 3 additions & 5 deletions clamav.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION clamav-0.104.2-1
# BEE_VERSION clamav-1.0.1-0

# SRCURL[0]="https://www.clamav.net/downloads/production/clamav-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/ad099675f2c09c07850e36496b06c552/clamav-0.104.2.tar.gz"

PATCHURL+=("https://beehive.molgen.mpg.de/96618bb8d05ae1995275837564c7c2c6/clamav-01042-fix-test-race.patch")
#SRCURL[0]="https://www.clamav.net/downloads/production/clamav-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a04c129b15af305c2af7d3573f134a73/clamav-1.0.1.tar.gz"

# build_in_sourcedir

Expand Down