Browse Source

Merge pull request #6483 from lucize/clamup

clamav: update to 0.100.1
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
64ccc26f06
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/clamav/Makefile

+ 2
- 2
net/clamav/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=clamav
PKG_VERSION:=0.100.0
PKG_VERSION:=0.100.1
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
@ -17,7 +17,7 @@ PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.clamav.net/downloads/production/
PKG_HASH:=c5c5edaf75a3c53ac0f271148fd6447310bce53f448ec7e6205124a25918f65c
PKG_HASH:=84e026655152247de7237184ee13003701c40be030dd68e0316111049f58a59f
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1


Loading…
Cancel
Save