libraries/libseccomp: Updated for version 2.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b828850724
commit
b69403dccc
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libseccomp
|
||||
|
||||
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libseccomp
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
VERSION=${VERSION:-2.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libseccomp"
|
||||
VERSION="2.3.2"
|
||||
VERSION="2.3.3"
|
||||
HOMEPAGE="https://github.com/seccomp/libseccomp"
|
||||
DOWNLOAD="https://github.com/seccomp/libseccomp/archive/v2.3.2/libseccomp-2.3.2.tar.gz"
|
||||
MD5SUM="710c87d942fecec5e169fab21a26c30a"
|
||||
DOWNLOAD="https://github.com/seccomp/libseccomp/archive/v2.3.3/libseccomp-2.3.3.tar.gz"
|
||||
MD5SUM="68dec88c8c436d8d5c2ee1fe423e0a44"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue