ScoopInstaller_Main/bucket/solidity.json
2022-05-17 16:31:58 +00:00

24 lines
822 B
JSON

{
"version": "0.8.14",
"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.14/solc-windows.exe#/solc.exe",
"hash": "70a5a7eaa9135d13bd036ca55735f489559368af819c5810cfaf0315df56ab53"
}
},
"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"
}
}
}
}