Skip to content

Commit 26204da

Browse files
committed
Fix Cantera resource: remove incorrect revision hash
The revision hash for Cantera v3.1.0 was incorrect, causing build failure. Remove the revision parameter and let Homebrew fetch the tag directly, which will use the correct commit hash automatically.
1 parent 5bd664c commit 26204da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packaging/homebrew/mfc.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ class Mfc < Formula
2525

2626
resource "cantera" do
2727
url "https://github.com/Cantera/cantera.git",
28-
tag: "v3.1.0",
29-
revision: "3882f63dc48cc12bbc3cabb0c5c6e87e9bbaa8a0"
28+
tag: "v3.1.0"
3029
end
3130

3231
def install

0 commit comments

Comments
 (0)