From 378d91a3269147bba2114f394c9c26d4cb30238d Mon Sep 17 00:00:00 2001 From: Nicolas Roduit Date: Wed, 18 Sep 2024 15:52:45 +0200 Subject: [PATCH] Update snap package --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b455c6c17..cc89fe4ba 100755 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,7 @@ name: weasis title: Weasis base: core22 -version: '4.5.0' +version: '4.5.1' summary: A free/libre/open medical DICOM viewer description: | Weasis is a multipurpose standalone and web-based DICOM viewer with @@ -73,7 +73,7 @@ parts: - libstdc++6 - libgcc1 #source: weasis-distributions/target/native-dist/weasis-native.zip - source: https://github.com/nroduit/Weasis/releases/download/v4.5.0/weasis-native.zip + source: https://github.com/nroduit/Weasis/releases/download/v4.5.1/weasis-native.zip organize: '*': weasis-native/ override-stage: 'true'