We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067bbf9 commit fc3b12cCopy full SHA for fc3b12c
.github/autobump.txt
@@ -431,6 +431,7 @@ cgal
431
cgif
432
cgl
433
cglm
434
+cgns
435
cgrep
436
chafa
437
chain-bench
Formula/c/cgns.rb
@@ -1,10 +1,9 @@
1
class Cgns < Formula
2
desc "CFD General Notation System"
3
- homepage "http://cgns.org/"
4
- url "https://github.com/CGNS/CGNS/archive/refs/tags/v4.4.0.tar.gz"
5
- sha256 "3b0615d1e6b566aa8772616ba5fd9ca4eca1a600720e36eadd914be348925fe2"
+ homepage "https://cgns.github.io/"
+ url "https://github.com/CGNS/CGNS/archive/refs/tags/v4.5.0.tar.gz"
+ sha256 "c72355219318755ba0a8646a8e56ee1c138cf909c1d738d258d2774fa4b529e9"
6
license "BSD-3-Clause"
7
- revision 1
8
head "https://github.com/CGNS/CGNS.git", branch: "develop"
9
10
livecheck do
0 commit comments