From e0fafcfda04c376ed54892322d047c1914eeac41 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 28 Aug 2025 12:16:14 -0300 Subject: [PATCH] build/linux: Remove 'x-checker-data' while not on stable Ghostscript Following faf0fd74 (cherry picked from commit 4ec1368af98d43ef1606c3ee50b03c8c1db05d7b) --- build/linux/flatpak/org.gimp.GIMP-nightly.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build/linux/flatpak/org.gimp.GIMP-nightly.json b/build/linux/flatpak/org.gimp.GIMP-nightly.json index 5550ca5218..fc2a78f1cc 100644 --- a/build/linux/flatpak/org.gimp.GIMP-nightly.json +++ b/build/linux/flatpak/org.gimp.GIMP-nightly.json @@ -323,14 +323,7 @@ { "type": "archive", "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10060rc1/ghostscript-10.06.0rc1.tar.gz", - "sha512": "5702574db8465c7af7d608029a0f86c9a16c249585fb912fb748ea0c077dadef420f8ae4648688b78389ce125de3a8719094154655baa6cc999dec06929a43a8", - "x-checker-data": { - "//": "Bypass broken url-template with anitya checker - See https://github.com/flathub/flatpak-external-data-checker/issues/360", - "type": "json", - "url": "https://api.github.com/repos/ArtifexSoftware/ghostpdl-downloads/releases/latest", - "version-query": ".name | split(\" \") | .[1]", - "url-query": ".assets[] | select(.name|test(\"^ghostscript-(.*).tar.gz$\")) | .browser_download_url" - } + "sha512": "5702574db8465c7af7d608029a0f86c9a16c249585fb912fb748ea0c077dadef420f8ae4648688b78389ce125de3a8719094154655baa6cc999dec06929a43a8" }, { "type": "shell",