From f77ccf7a04dc118cec044ac6e3532a4a41a8b276 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 30 Aug 2024 23:28:26 +0200 Subject: [PATCH] Flatpak/Snap: Update dependencies --- flatpak/com.github.unrud.djpdf.yaml | 8 ++++---- snap/snapcraft.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flatpak/com.github.unrud.djpdf.yaml b/flatpak/com.github.unrud.djpdf.yaml index 6746e57..4da2bcc 100644 --- a/flatpak/com.github.unrud.djpdf.yaml +++ b/flatpak/com.github.unrud.djpdf.yaml @@ -408,8 +408,8 @@ modules: - name: imagemagick sources: - type: archive - url: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-35.tar.gz - sha256: 438db932abbf4f08d57e89dfbfdb82403b2ced8568ded5cd0f879d8e6fb7eaf4 + url: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-37.tar.gz + sha256: 7d294d20ce2b7bbcf39ee3b07a60bf2b45d659adaf3c1263df4a8b31bd9af443 x-checker-data: type: json url: https://api.github.com/repos/ImageMagick/ImageMagick/releases/latest @@ -545,8 +545,8 @@ modules: - pip3 install --no-build-isolation --prefix=/app . sources: - type: archive - url: https://github.com/ubernostrum/webcolors/archive/refs/tags/24.6.0.tar.gz - sha256: 923fea7ef85b3d32112a92d58c0263511110b21a3e85f725a795b65f46ccb3d0 + url: https://github.com/ubernostrum/webcolors/archive/refs/tags/24.8.0.tar.gz + sha256: 0659fd0e6b7997cf54b5e22d39bd41eb9f09a925242bd77b4bbf7c7a1b193fbe x-checker-data: type: json url: https://api.github.com/repos/ubernostrum/webcolors/tags diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7594939..40775b9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -50,9 +50,9 @@ parts: imagemagick: plugin: autotools - source: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-35.tar.gz + source: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-37.tar.gz source-type: tar - source-checksum: sha256/438db932abbf4f08d57e89dfbfdb82403b2ced8568ded5cd0f879d8e6fb7eaf4 + source-checksum: sha256/7d294d20ce2b7bbcf39ee3b07a60bf2b45d659adaf3c1263df4a8b31bd9af443 autotools-configure-parameters: # WORKAROUND: Install to /usr instead of /usr/local because it's not in search paths - --prefix=/usr