Skip to content

Commit

Permalink
gnu-cobol, mpich2: revision bump
Browse files Browse the repository at this point in the history
Bump revision and modernize.

Closes Homebrew/legacy-homebrew#36926.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
Noctem authored and xu-cheng committed May 19, 2015
1 parent cf2f7c5 commit deb7b0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Formula/gnu-cobol.rb
@@ -1,11 +1,9 @@
require "formula"

class GnuCobol < Formula
homepage "http://www.opencobol.org/"

stable do
url "https://downloads.sourceforge.net/project/open-cobol/gnu-cobol/1.1/gnu-cobol-1.1.tar.gz"
sha1 "86e928c43cb3372f1f4564f3fd5e1dde668e8c1f"
sha256 "5cd6c99b2b1c82fd0c8fffbb350aaf255d484cde43cf5d9b92de1379343b3d7e"

fails_with :clang do
cause <<-EOS.undent
Expand All @@ -14,11 +12,12 @@ class GnuCobol < Formula
EOS
end
end
revision 1

devel do
version "2.0_nightly_r411"
url "https://downloads.sourceforge.net/project/open-cobol/gnu-cobol/2.0/gnu-cobol-2.0_nightly_r411.tar.gz"
sha1 "009215c090b9a90fbf02bbc913095ce2a9b31910"
sha256 "5d6d767bf0255fa63bc5c26493d53f4749eb0e369b81c626d156f346b3664fe7"
end

bottle do
Expand Down
5 changes: 3 additions & 2 deletions Formula/mpich2.rb
Expand Up @@ -4,7 +4,8 @@ class Mpich2 < Formula
homepage "https://www.mpich.org/"
url "https://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz"
mirror "https://fossies.org/linux/misc/mpich-3.1.4.tar.gz"
sha1 "af4f563e2772d610e57e17420c9dcc5c3c9fec4e"
sha256 "f68b5330e94306c00ca5a1c0e8e275c7f53517d01d6c524d51ce9359d240466b"
revision 1

bottle do
sha1 "96a6ef7dff3f1902790317124ff608c481a2a885" => :yosemite
Expand All @@ -22,7 +23,7 @@ class Mpich2 < Formula

devel do
url "https://www.mpich.org/static/downloads/3.2b2/mpich-3.2b2.tar.gz"
sha1 "8e954e54d1c1a08ef7d042c18ed308d566e32cd5"
sha256 "8ef37f88bbcfab0e9e173c36745b79f4dbbc3409476773c4489670d82d923155"
end

deprecated_option "disable-fortran" => "without-fortran"
Expand Down

0 comments on commit deb7b0a

Please sign in to comment.