Skip to content

Commit d69ab91

Browse files
committed
fpm: update 0.11.0 bottle.
1 parent d3d28c5 commit d69ab91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/fpm.rb

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ class Fpm < Formula
88
license "MIT"
99

1010
bottle do
11-
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.9.0"
12-
sha256 cellar: :any, ventura: "2a7b23338d5b3fedad1b09d5b77714e7a54ac9966039516f0f38d7446c212ffd"
13-
sha256 cellar: :any, monterey: "902d30ac0a3227e78d98d609fb847cc2e1bad4f772f5c18cdd62b06e1fa49242"
11+
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.11.0"
12+
rebuild 1
13+
sha256 cellar: :any, arm64_sonoma: "d5795b3b84fc2cb7eff32f48a64af03f439cd4bc562727ae2cfdde161b819f5e"
14+
sha256 cellar: :any, ventura: "6046a6004ff42f03f67dff1af39f80be7e0deb679f797c787a1883e28ac10778"
1415
end
1516

1617
depends_on "curl" => :build

0 commit comments

Comments
 (0)