From 7816fc271ca4a376a100d8b2d5ea085c61417c5f Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 20 Apr 2022 15:10:57 -0700 Subject: [PATCH] lxc: update to 4.0.12 Also add update file. --- srcpkgs/lxc/template | 6 +++--- srcpkgs/lxc/update | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/lxc/update diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index 679ec36e4363..66bb2bce61fe 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -1,7 +1,7 @@ # Template file for 'lxc' pkgname=lxc -version=4.0.6 -revision=2 +version=4.0.12 +revision=1 build_style=gnu-configure configure_args="--enable-doc --enable-seccomp --enable-capabilities --enable-apparmor --with-distro=none @@ -15,7 +15,7 @@ maintainer="Cameron Nemo " license="LGPL-2.1-or-later" homepage="https://linuxcontainers.org" distfiles="https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz" -checksum=9165dabc0bb6ef7f2fda2009aee90b20fbefe77ed8008347e9f06048eba1e463 +checksum=db242f8366fc63e8c7588bb2017b354173cf3c4b20abc18780debdc48b14d3ef conf_files="/etc/lxc/default.conf" make_dirs=" diff --git a/srcpkgs/lxc/update b/srcpkgs/lxc/update new file mode 100644 index 000000000000..a02626079abf --- /dev/null +++ b/srcpkgs/lxc/update @@ -0,0 +1 @@ +site="https://linuxcontainers.org/lxc/downloads/"