Skip to content

Commit 7ebb442

Browse files
committed
fpm: add 0.5.0 bottle.
1 parent db40b6e commit 7ebb442

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/fpm.rb

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ class Fpm < Formula
55
sha256 "e4a06956d2300f9aa1d06bd3323670480e946549617582e32684ded6921a921e"
66
license "MIT"
77

8+
bottle do
9+
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.5.0"
10+
sha256 cellar: :any, big_sur: "e8f5393d340e4c4230c8ce207069ccb4d797868b7e38a9ebe77c4084dad6e53c"
11+
sha256 cellar: :any, catalina: "9d6174df624b83d6b878ab1352d19c68dc0bc3e70c12cfb7927151dc7997e52b"
12+
end
13+
814
depends_on "curl" => :build
915
depends_on "gcc" # for gfortran
1016
fails_with gcc: "4"

0 commit comments

Comments
 (0)