From f7b3e66ac90c8372d0a4d76c09adc1ba1a242c5c Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Sat, 30 Nov 2024 07:47:39 +0100
Subject: [PATCH] starpu.rb: upgrade starpu version

---
 tools/homebrew/starpu.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/homebrew/starpu.rb b/tools/homebrew/starpu.rb
index a6b99fc77..8d44b1c62 100644
--- a/tools/homebrew/starpu.rb
+++ b/tools/homebrew/starpu.rb
@@ -13,8 +13,8 @@
 class Starpu < Formula
   desc "StarPU is a task programming library for hybrid architectures"
   homepage "https://starpu.gitlabpages.inria.fr/"
-  url "https://files.inria.fr/starpu/starpu-1.4.6/starpu-1.4.6.tar.gz"
-  sha256 "579f38e150ab78c9ab299649d8649a043dbf49786e54acbf3dad90c160672cc7"
+  url "https://files.inria.fr/starpu/starpu-1.4.7/starpu-1.4.7.tar.gz"
+  sha256 "1eb3df551089153fe6e0b172ad95118434b4a81ea9eaa5a2c38725d0db53b13e"
   license "GNU GPL v2.1"
 
   depends_on "autoconf" => :build
-- 
GitLab