From ebea6bd75a2b639e92a14d35cd34066afc9bf40b Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 31 May 2020 20:25:35 +0300 Subject: [PATCH] icewm: update to 1.6.6. --- srcpkgs/icewm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index 4ea8c69345d..208944865f6 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=1.6.5 +version=1.6.6 revision=1 build_style=cmake configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON @@ -16,7 +16,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://ice-wm.org/" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=f0051257c93b9694b36ceb833f0b9b523c32195a854f8b1a43c918381197b737 +checksum=8b30e863df8f276a5911bdaf8a9bd1360f57d551cb88aa00e8b85569491fb4b1 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing"