Skip to content

Commit bfa1ed5

Browse files
committed
Update fpm to 0.11.0
1 parent a02ad1d commit bfa1ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/fpm.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Fpm < Formula
22
desc "Fortran Package Manager (fpm)"
33
homepage "https://fpm.fortran-lang.org"
4-
url "https://github.com/fortran-lang/fpm/releases/download/v0.9.0/fpm-0.9.0.zip"
5-
sha256 "484debabd7d22186ac41f865ddf63475c279a61a51aaff5636ed615860b5b8d7"
4+
url "https://github.com/fortran-lang/fpm/releases/download/v0.11.0/fpm-0.11.0.zip"
5+
sha256 "f6c998c9afd39eb42c7e80a306cfbed5faa77eaa42eb4f75b93864c338db1795"
66
license "MIT"
77

88
bottle do
9-
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.9.0"
9+
root_url "https://github.com/fortran-lang/fpm/releases/download/v0.11.0/fpm-0.11.0.zip"
1010
sha256 cellar: :any, ventura: "2a7b23338d5b3fedad1b09d5b77714e7a54ac9966039516f0f38d7446c212ffd"
1111
sha256 cellar: :any, monterey: "902d30ac0a3227e78d98d609fb847cc2e1bad4f772f5c18cdd62b06e1fa49242"
1212
end

0 commit comments

Comments
 (0)