From 2ce9a975751e7d08f7a2e6513205aafb6758f489 Mon Sep 17 00:00:00 2001 From: You Nous Date: Wed, 10 May 2023 09:56:21 +0000 Subject: [PATCH] lfortran 0.19.0 --- Formula/lfortran.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/lfortran.rb b/Formula/lfortran.rb index ded9910..b93bcd7 100644 --- a/Formula/lfortran.rb +++ b/Formula/lfortran.rb @@ -1,9 +1,10 @@ class Lfortran < Formula desc "Modern interactive LLVM-based Fortran compiler" homepage "https://lfortran.org" - url "https://lfortran.github.io/tarballs/release/lfortran-0.16.0.tar.gz" - sha256 "9e1ae952bdaee845d9b9318ea06ed199c74da26704926c20fadaab794307c4fe" + url "https://lfortran.github.io/tarballs/release/lfortran-0.19.0.tar.gz" + sha256 "d496f61d7133b624deb3562677c0cbf98e747262babd4ac010dbd3ab4303d805" license "BSD-3-Clause" + revision 1 bottle do root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/lfortran-0.16.0"