From dcf16dc7b92d94c6c649f860d373d22bf869b629 Mon Sep 17 00:00:00 2001 From: glaulher Date: Sat, 14 Nov 2020 11:36:36 -0300 Subject: [PATCH] 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"