We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da44809 commit 0e766bbCopy full SHA for 0e766bb
Formula/fpm.rb
@@ -1,10 +1,9 @@
1
class Fpm < Formula
2
desc "Fortran Package Manager (fpm)"
3
homepage "https://fpm.fortran-lang.org"
4
- url "https://github.com/fortran-lang/fpm/releases/download/v0.8.1/fpm-0.8.1.zip"
5
- sha256 "0bd978bb1d3f2a3297d82a0d6ac009746a466cfa9a59ba3b6513b74e5ce4b7bf"
+ url "https://github.com/fortran-lang/fpm/releases/download/v0.8.2/fpm-0.8.2.zip"
+ sha256 "67fd8f4f78d19662c61855f531465e347ab0bc913ba59bd419f75f4022d2cd70"
6
license "MIT"
7
- revision 1
8
9
bottle do
10
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.8.1_1"
0 commit comments