Skip to content

Commit

Permalink
Merge pull request #200517 from Homebrew/bump-ratfor-1.06
Browse files Browse the repository at this point in the history
ratfor 1.06
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 901bd9e + d2feb36 commit 3643b6e
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -2522,6 +2522,7 @@ rancher-cli
ranger
rapidfuzz-cpp
ratchet
ratfor
rattler-build
rav1e
raven
Expand Down
23 changes: 8 additions & 15 deletions Formula/r/ratfor.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ratfor < Formula
desc "Rational Fortran"
homepage "http://www.dgate.org/ratfor/"
url "http://www.dgate.org/ratfor/tars/ratfor-1.05.tar.gz"
sha256 "826278c5cec11f8956984f146e982137e90b0722af5dde9e8c5bf1fef614853c"
url "http://www.dgate.org/ratfor/tars/ratfor-1.06.tar.gz"
sha256 "abc70bfbfac0aac828a40cc0cc00d9caeef13bdc83a20b6747af4b1c128c8400"
license :public_domain

livecheck do
Expand All @@ -11,19 +11,12 @@ class Ratfor < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d696bf039296100b25caf37f8ec0b2908f52041a236f7aa1c2170411fc5bcbff"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "efc66cbe4abb7718b598d525a8f9070503110455e2b61d7a9abf5924f27f61cf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "02426cb3f91d13a212cfdd581c550ce0c02a769ffc472b7497b5110426268760"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7b7dd12c9a6ec7c9b817cc0f6179dd4b23a517b99a9645818b6dfdf297336ea6"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "86d1de3e075edcc1e493b46fc7186bd21906644ba69a7032f3bc827487eb9449"
sha256 cellar: :any_skip_relocation, sonoma: "d5e371ddfd1527ad60f316e5e3cb8bc7aaf6d188e2faa6e22d2215bd9ed3a0cb"
sha256 cellar: :any_skip_relocation, ventura: "c2ad80a40dc2def3eb4601d88532af4500903e11bcd4582ec71ded200331ed21"
sha256 cellar: :any_skip_relocation, monterey: "fc0242f98c14b752d27ed3bf1ce4c92827474918c87e38f541fc95c8cd95a267"
sha256 cellar: :any_skip_relocation, big_sur: "0d9bfcd885197bf8bbfbd38469cd831e16f2dceb6cb6155acf075f0dfebcf095"
sha256 cellar: :any_skip_relocation, catalina: "053917ccdf191b7cb15adb1c207cb3f18553def7d4cc9584b09222be07754660"
sha256 cellar: :any_skip_relocation, mojave: "054cb6d92e13050233c54a5bbfdd1dc9fbaed09d63937b8426d543d9569ee07b"
sha256 cellar: :any_skip_relocation, high_sierra: "16c83b337e66de93f5e1b21d77242b849a4a1613e2c2e38d1971a77277924bce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc4ca4d1047a943807d656cadc90ed26f141e91435dd60b94a9d4633e729de70"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "82cdd7c6c5ce20bc8cca3833fbb17efbe5cc11196bf38890dfe4e8f2d4963168"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "94c0139987632a9128be753dd456b5c09570966b450938aa2b62dbec90cebadf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "88b136bf75ec71cf2fab5ca70b409c18bc167e90a68eeb1185f6cca67ce7d6d0"
sha256 cellar: :any_skip_relocation, sonoma: "b9b63aafe4720050968a7a7adddedd050a4a7d4e2dd2cab286cf7814c8a3896f"
sha256 cellar: :any_skip_relocation, ventura: "c5914f56fb58e981dffde9e07c6cf1e9b57184e1ed2b9f289e0e5135053f176c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2e74e886284b214c0ab05ebaa511b9ea25403b41a30e4f372db82eb9edc5a2f8"
end

depends_on "gcc" # for gfortran
Expand Down

0 comments on commit 3643b6e

Please sign in to comment.