Skip to content

Commit

Permalink
Merge pull request #2576 from mariux64/update-clamav
Browse files Browse the repository at this point in the history
clamav: Update version from 0.102.1 to 10.104.2
  • Loading branch information
donald authored Feb 1, 2022
2 parents cfeead8 + b296e8a commit 4f11987
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions clamav.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION clamav-0.102.1-0
# BEE_VERSION clamav-0.104.2-0

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

# PATCHURL+=()

Expand All @@ -19,9 +19,11 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3d5f5f10a1bea212823050286c8c5b96/clamav
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
-D ENABLE_MILTER=OFF \
-D APP_CONFIG_DIRECTORY=/etc
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 4f11987

Please sign in to comment.