From af4d9772c7d761cb0d16f9c88628fee639bf304d Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 28 Sep 2020 23:29:13 +0200 Subject: [PATCH] icewm: update to 1.8.3. --- srcpkgs/icewm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index 8c5ceafbb71..0e587805a9f 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=1.8.1 +version=1.8.3 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=ebeb270d3131b586fd7bd310b994ea32fa4808bf41f0dfea0cd6a3ec6bc9a8ae +checksum=8176efa28d9ec366350dd819aea8faeb512b0184fcc52c538eed90d3474ee136 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing"