Skip to content

Commit

Permalink
Update Solidity to 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 14, 2019
1 parent a41186d commit a13669c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
macos:
xcode: "9.4.1"
xcode: "11.0.0"

steps:
- checkout
Expand Down
6 changes: 3 additions & 3 deletions solidity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,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.5.12/solidity_0.5.12.tar.gz"
version "0.5.12"
sha256 "cad9d5eaee79ce542f62c9c454f49b69bdb17d37f000029b425155e9c6816561"
url "https://github.com/ethereum/solidity/releases/download/v0.5.13/solidity_0.5.13.tar.gz"
version "0.5.13"
sha256 "8d4b094b2144052c6aa275d9bf1bfea40b548a8f1925bb3690c4474dba73f544"

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

0 comments on commit a13669c

Please sign in to comment.