Skip to content

Commit

Permalink
Solang v0.3.0 (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed May 23, 2023
1 parent 22de863 commit e19a3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/solang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
arch = Hardware::CPU.intel? ? "intel" : "arm"

if Hardware::CPU.intel?
sha256 "779b5373736eb61ba1c4358d2fae2251b39fd5f3e4e0c13a6ea5f655732213d5"
sha256 "79d205de600d5a1bd6720aa4d38d766bd0782d55551e54874ebab36afd024fe0"
else
sha256 "c94c58ceb46bec575246cb11fb1d2ca305ef93954d0a2d81f4ef5a472264732b"
sha256 "f599e8b389e68c3f65d95610a33ccc33ab5c3c30fab9536015be9415da1b3193"
end

version "0.2.3"
version "0.3.0"
url "https://github.com/hyperledger/solang/releases/download/v#{version}/solang-mac-#{arch}"
name "Solang"
desc "Solidity Compiler for Solana and Substrate"
Expand Down

0 comments on commit e19a3bd

Please sign in to comment.