From 8af584e43f6cf5344a41922871e51734c4dd20f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:27:02 +0000 Subject: [PATCH] halide 19.0.0 --- Formula/h/halide.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Formula/h/halide.rb b/Formula/h/halide.rb index b574d91a52e27..d4cd33f15f581 100644 --- a/Formula/h/halide.rb +++ b/Formula/h/halide.rb @@ -1,10 +1,9 @@ class Halide < Formula desc "Language for fast, portable data-parallel computation" homepage "https://halide-lang.org" - url "https://github.com/halide/Halide/archive/refs/tags/v18.0.0.tar.gz" - sha256 "1176b42a3e2374ab38555d9316c78e39b157044b5a8e765c748bf3afd2edb351" + url "https://github.com/halide/Halide/archive/refs/tags/v19.0.0.tar.gz" + sha256 "acf9f216195c6a3909d6fd51dadf507711e3060faa04f97c02e30007b0ca3311" license "MIT" - revision 1 head "https://github.com/halide/Halide.git", branch: "main" livecheck do @@ -31,13 +30,13 @@ class Halide < Formula depends_on "llvm" depends_on "python@3.13" - # Check wabt version in `dependencies/wasm/CMakeLists.txt`. + # Check wabt version in `cmake/dependencies.cmake`. # TODO: Ask upstream to support usage of a system-provided wabt. # TODO: Do we really need a git checkout here? resource "wabt" do url "https://github.com/WebAssembly/wabt.git", - tag: "1.0.33", - revision: "963f973469b45969ce198e0c86d3af316790a780" + tag: "1.0.36", + revision: "3e826ecde1adfba5f88d10d361131405637e65a3" end def python3