solidity: Add version 0.8.7 (#2670)

This commit is contained in:
Rashil Gandhi 2021-09-16 17:58:24 +05:30 committed by GitHub
parent a7b1e1e576
commit dc1c0771f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/solidity.json Normal file
View File

@ -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"
}
}
}
}