Skip to content

Commit

Permalink
Merge pull request #203796 from Homebrew/bump-cgns-4.5.0
Browse files Browse the repository at this point in the history
cgns 4.5.0
  • Loading branch information
BrewTestBot authored Jan 10, 2025
2 parents 068ae0d + f25959f commit 140081f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ cgal
cgif
cgl
cglm
cgns
cgrep
chafa
chain-bench
Expand Down
19 changes: 9 additions & 10 deletions Formula/c/cgns.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Cgns < Formula
desc "CFD General Notation System"
homepage "http://cgns.org/"
url "https://github.com/CGNS/CGNS/archive/refs/tags/v4.4.0.tar.gz"
sha256 "3b0615d1e6b566aa8772616ba5fd9ca4eca1a600720e36eadd914be348925fe2"
homepage "https://cgns.github.io/"
url "https://github.com/CGNS/CGNS/archive/refs/tags/v4.5.0.tar.gz"
sha256 "c72355219318755ba0a8646a8e56ee1c138cf909c1d738d258d2774fa4b529e9"
license "BSD-3-Clause"
revision 1
head "https://github.com/CGNS/CGNS.git", branch: "develop"

livecheck do
Expand All @@ -13,12 +12,12 @@ class Cgns < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "b2e3755ab8b84f161b0429ebbb0b73b4296ce0d92e8e722505e30a72c8c4d506"
sha256 cellar: :any, arm64_sonoma: "6d1f0bc2e232b02b4ffb5c439f7a020cc6a5b171814e0930dc66d605581516a9"
sha256 cellar: :any, arm64_ventura: "f9366047e49d3e96d73726a0bf7ddfd136ac0c132a92fd64071faf50c6b3f6ca"
sha256 cellar: :any, sonoma: "beb81ecf8a4db4098991e474e79fac6029ffdb431034bc1bf8b17b7799dffd7d"
sha256 cellar: :any, ventura: "e7581a769881c706fd9abffeaa3319aaadd41501c440c3ab02f0ae6e4c311fa6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3405dd84d98233abbd29df9dd28f948a7cf67daea4ad573d907d612aa49a7961"
sha256 arm64_sequoia: "60d460320a92ecb06f0102b192002150f3822f71b0ca08afac1d0d2b2d7a03ee"
sha256 arm64_sonoma: "059388e3ab976982dd8766d5331ee7c675d465199dadd0e51081332f739f5bcc"
sha256 arm64_ventura: "46b2bb044517369bba1c9dad5b820a3d4f9afeff452e662210d5dba46d1376f9"
sha256 sonoma: "b0c10740cb9177010cf815816c1f31882d8ac61213022d68729dc2f3b65c43f2"
sha256 ventura: "73cdae1cc580e91901eb1716e3c63fe55ed314a7f7855b9359f668b32151630b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dc3307b328259a4c034e3a8a14c4bae802f8a3d054858f2abb2f942a0e8927ed"
end

depends_on "cmake" => :build
Expand Down
11 changes: 6 additions & 5 deletions Formula/v/vtk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ class Vtk < Formula
url "https://www.vtk.org/files/release/9.4/VTK-9.4.1.tar.gz"
sha256 "c253b0c8d002aaf98871c6d0cb76afc4936c301b72358a08d5f3f72ef8bc4529"
license "BSD-3-Clause"
revision 1
head "https://gitlab.kitware.com/vtk/vtk.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "861af55635ecc3501cdbe94f6a839f2fe79590c58f21cd77a8e1e179b1444a71"
sha256 cellar: :any, arm64_ventura: "c5857daa338929a47c7e4ab43546f9f67b32c586ce6735cdfee2361a7daaa361"
sha256 cellar: :any, sonoma: "e9f5ebec5dfedd9dddf72e1f21f2673176d648fab3bb302a2837880d49e0f10f"
sha256 cellar: :any, ventura: "5ba7c66ce11cc1deca229c494590d162341d1baa02616342b89a3cf96a808c2f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbd384a51a64c5e8d35297769d71f7f35087cf423b1c367e093be83fb426b8d4"
sha256 cellar: :any, arm64_sonoma: "f254c5cf1ccad940159632c4bb596b0ffd2bd32734147487d4fd9ec902c3a58e"
sha256 cellar: :any, arm64_ventura: "ca7f25ceb75b2bc9029bb8ac83cc6e4779acfcc2fd7d1692c720f3ada934b4bc"
sha256 cellar: :any, sonoma: "c00f790c1ef56226acb35df63719affe69e0583f23c0e9b56960da383508e3e2"
sha256 cellar: :any, ventura: "cabbe49856fb972a8f663f17ec84197770ded18a5016abbb3099dba17cb7c8b3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e9ad32e6ffe89c6ce0312a871c2a159d15d24ef2ac628b7d9a688e665a3dfc94"
end

depends_on "cmake" => [:build, :test]
Expand Down

0 comments on commit 140081f

Please sign in to comment.