From dcf16dc7b92d94c6c649f860d373d22bf869b629 Mon Sep 17 00:00:00 2001 From: glaulher Date: Sat, 14 Nov 2020 11:36:36 -0300 Subject: [PATCH 1/2] icewm: update to 1.9.2 --- srcpkgs/icewm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index 9ab23ea7c0e..e039fc70099 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=1.9.1 +version=1.9.2 revision=1 build_style=cmake configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON @@ -16,7 +16,7 @@ maintainer="Glaulher " license="GPL-2.0-or-later" homepage="https://ice-wm.org/" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c +checksum=d40965a74e001f7c514c6581cec1b6dfed1d4b0d5479dd29a816bce9fe0c75ed # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing" From d825079b20831ce49b7baefd108b3028605ceb60 Mon Sep 17 00:00:00 2001 From: glaulher Date: Sat, 14 Nov 2020 12:57:54 -0300 Subject: [PATCH 2/2] containerd: update to 1.4.1 --- srcpkgs/containerd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template index 528edababcc..c035d23e7a3 100644 --- a/srcpkgs/containerd/template +++ b/srcpkgs/containerd/template @@ -1,6 +1,6 @@ # Template file for 'containerd' pkgname=containerd -version=1.3.7 +version=1.4.1 revision=1 build_style=go go_import_path=github.com/containerd/containerd @@ -18,7 +18,7 @@ maintainer="Paul Knopf " license="Apache-2.0" homepage="https://github.com/containerd/containerd" distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz" -checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded +checksum=d410b8efc94e4124990f01de7107223971be8c9258fc651decf9e0ba648485b5 make_dirs="/var/lib/containerd 0755 root root" post_build() {