From dc1c0771f60cfbc7f40f6f65b6a8e29c800f025f Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 16 Sep 2021 17:58:24 +0530 Subject: [PATCH] solidity: Add version 0.8.7 (#2670) --- bucket/solidity.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/solidity.json diff --git a/bucket/solidity.json b/bucket/solidity.json new file mode 100644 index 0000000000..f16cc1c569 --- /dev/null +++ b/bucket/solidity.json @@ -0,0 +1,23 @@ +{ + "version": "0.8.7", + "description": "A statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.", + "homepage": "https://soliditylang.org", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/ethereum/solidity/releases/download/v0.8.7/solc-windows.exe#/solc.exe", + "hash": "82db83111c6e2c892179486cb7050d85f1517bf851027607eb7f4e589e714bc5" + } + }, + "bin": "solc.exe", + "checkver": { + "github": "https://github.com/ethereum/solidity" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ethereum/solidity/releases/download/v$version/solc-windows.exe#/solc.exe" + } + } + } +}