Skip to content

Commit 0e766bb

Browse files
committed
fpm 0.8.2
Closes #30. Signed-off-by: Federico Perini <[email protected]>
1 parent da44809 commit 0e766bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/fpm.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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.8.1/fpm-0.8.1.zip"
5-
sha256 "0bd978bb1d3f2a3297d82a0d6ac009746a466cfa9a59ba3b6513b74e5ce4b7bf"
4+
url "https://github.com/fortran-lang/fpm/releases/download/v0.8.2/fpm-0.8.2.zip"
5+
sha256 "67fd8f4f78d19662c61855f531465e347ab0bc913ba59bd419f75f4022d2cd70"
66
license "MIT"
7-
revision 1
87

98
bottle do
109
root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/fpm-0.8.1_1"

0 commit comments

Comments
 (0)