mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/clamav: Updated for version 0.101.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
32ceed66d2
commit
e75cc0734f
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com>
|
||||
# Copyright (c) 2011-2018 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright (c) 2011-2019 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@
|
|||
# No additional license terms added
|
||||
|
||||
PRGNAM=clamav
|
||||
VERSION=${VERSION:-0.101.0}
|
||||
VERSION=${VERSION:-0.101.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="clamav"
|
||||
VERSION="0.101.0"
|
||||
VERSION="0.101.1"
|
||||
HOMEPAGE="https://www.clamav.net/"
|
||||
DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.101.0.tar.gz"
|
||||
MD5SUM="47c36d13ac814b9e29ed6f5fc1691373"
|
||||
DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.101.1.tar.gz"
|
||||
MD5SUM="9c137d6172f6e132e08e61fe25b636f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue