Skip to content

Commit

Permalink
Version 0.4.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Dec 1, 2017
1 parent f8f22ef commit 799d020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity.rb
Expand Up @@ -19,9 +19,9 @@ class Solidity < Formula

desc "The Solidity Contract-Oriented Programming Language"
homepage "http://solidity.readthedocs.org"
url "https://github.com/ethereum/solidity/releases/download/v0.4.18/solidity_0.4.18.tar.gz"
url "https://github.com/ethereum/solidity/releases/download/v0.4.19/solidity_0.4.19.tar.gz"
version "0.4.18"
sha256 "2989853022c57666cfbde90a155fcb09698735238e1cdee6161a18b2873cb25b"
sha256 "6525f2cfe498785b3d752b616cb9b5e81222654ec594a27708f45e688bfa56e9"

depends_on "cmake" => :build
depends_on "boost" => "c++11"
Expand Down

2 comments on commit 799d020

@besirkurtulmus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's a typo there. Version should be 0.4.19 instead of 0.4.18

@edroofs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool !

Please sign in to comment.