From beb9530a9719e91031f0bdb2fb3d3557e6dfdc78 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Wed, 12 Mar 2025 13:34:48 +0100 Subject: [PATCH] PR to update bottles --- Formula/lfortran.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lfortran.rb b/Formula/lfortran.rb index ab910c0..c77f97e 100644 --- a/Formula/lfortran.rb +++ b/Formula/lfortran.rb @@ -6,8 +6,8 @@ class Lfortran < Formula license "BSD-3-Clause" bottle do - root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/lfortran-0.46.0" - # sha256 cellar: :any, big_sur: "67d1ee4fd768f602cd2ed2dcd26dce2b2b011edaebbb7fea0e91541d4384624e" + root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/lfortran-0.16.0" + sha256 cellar: :any, big_sur: "67d1ee4fd768f602cd2ed2dcd26dce2b2b011edaebbb7fea0e91541d4384624e" end depends_on "cmake" => :build