Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Update to version 0.3.0
Browse files Browse the repository at this point in the history
Closes #2.

Signed-off-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
  • Loading branch information
awvwgk committed Jun 24, 2021
1 parent adf94b5 commit b5398ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/fpm.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fpm < Formula
desc "Fortran Package Manager (fpm)"
homepage "https://fpm.fortran-lang.org"
url "https://github.com/fortran-lang/fpm/releases/download/v0.2.0/fpm-0.2.0.f90"
sha256 "79d5041f5cebd1adff999017b3b5f88d8814267dbd0faaa0f7c720411ede463e"
url "https://github.com/fortran-lang/fpm/releases/download/v0.3.0/fpm-0.3.0.F90"
sha256 "a0670253a27a8b3745e694279d1c5feacbb111a932537c5932edde0c0f3ffa8b"
license "MIT"

bottle do
Expand All @@ -22,7 +22,7 @@ def install
fc = ENV.cc.gsub(/gcc/, "gfortran")
fflags = ["-g", "-fbacktrace", "-O3"]
# Compile arguments need some tweaking
system fc, *fflags, "fpm-0.2.0.f90", "-o", "fpm"
system fc, *fflags, "fpm-0.3.0.F90", "-o", "fpm"
bin.install "fpm"
end

Expand Down

0 comments on commit b5398ae

Please sign in to comment.