From 6e3e676fe7ea42c80d526802539d26bcd360bdf5 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 27 Feb 2025 15:24:00 -0300 Subject: [PATCH] suitesparse: Update to 7.9.0 --- org.gimp.GIMP.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/org.gimp.GIMP.json b/org.gimp.GIMP.json index 2e76ce66..dfb3850d 100644 --- a/org.gimp.GIMP.json +++ b/org.gimp.GIMP.json @@ -764,17 +764,17 @@ "//": "Originally taken from org.octave.Octave manifest", "name": "SuiteSparse", "sources": [ - { - "type": "archive", - "url": "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v7.8.3.tar.gz", - "sha256": "ce39b28d4038a09c14f21e02c664401be73c0cb96a9198418d6a98a7db73a259", - "x-checker-data": { - "type": "anitya", - "project-id": 4908, - "stable-only": true, - "url-template": "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$version.tar.gz" - } + { + "type": "archive", + "url": "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v7.9.0.tar.gz", + "sha256": "bc0b3987a502913959581614ab67098f9f203a45bb424870f2342375f96dbcb7", + "x-checker-data": { + "type": "anitya", + "project-id": 4908, + "stable-only": true, + "url-template": "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$version.tar.gz" } + } ], "buildsystem": "cmake-ninja", "builddir": true,