From eb7d3c2645800fbd1662a000ae907fd922773488 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 3 Sep 2020 00:02:21 +0300 Subject: [PATCH] icewm: update to 1.8.1. --- srcpkgs/icewm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index d6d8072a257..8c5ceafbb71 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=1.7.0 +version=1.8.1 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=1b3c75c412bd4007ef138fc158bdb607a590094371f9116572a8e4af403f5500 +checksum=ebeb270d3131b586fd7bd310b994ea32fa4808bf41f0dfea0cd6a3ec6bc9a8ae # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing"