Skip to content

Commit

Permalink
Solang v0.3.0
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 422f86d commit 6487262
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 "406bd612990cc8048437bdc1941a29e45218225fb826e01928857937604190a2"
sha256 "79d205de600d5a1bd6720aa4d38d766bd0782d55551e54874ebab36afd024fe0"
else
sha256 "fd5a7d7aab2087446feee0982e580db348e0ff308a964aa885082784720d9f97"
sha256 "f599e8b389e68c3f65d95610a33ccc33ab5c3c30fab9536015be9415da1b3193"
end

version "0.2.2"
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 6487262

Please sign in to comment.