Skip to content

Commit

Permalink
w-calc: fix code position (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ara煤jo authored and DomT4 committed Aug 6, 2016
1 parent 84562c3 commit b13db6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/w-calc.rb
@@ -1,5 +1,9 @@
class WCalc < Formula
desc "Very capable calculator"
homepage "http://w-calc.sourceforge.net"
url "https://downloads.sourceforge.net/w-calc/wcalc-2.5.tar.bz2"
sha256 "0e2c17c20f935328dcdc6cb4c06250a6732f9ee78adf7a55c01133960d6d28ee"

bottle do
cellar :any
sha256 "67160a91e50ae33f723ead45c4150750b62b3bd45ec009eb4b493e138d2a908d" => :el_capitan
Expand All @@ -8,10 +12,6 @@ class WCalc < Formula
sha256 "0eb8fb2e15ee8274ec673850eb5004654e3f7c3d3a835597b5809e87420db08f" => :mountain_lion
end

desc "Very capable calculator"
homepage "http://w-calc.sourceforge.net"
sha256 "0e2c17c20f935328dcdc6cb4c06250a6732f9ee78adf7a55c01133960d6d28ee"

depends_on "gmp"
depends_on "mpfr"

Expand Down

0 comments on commit b13db6c

Please sign in to comment.