From 32ffe34c69b83051600964b7884847c4a5de75f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 00:42:57 +0000 Subject: [PATCH] solidity: Update to version 0.8.33 --- bucket/solidity.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/solidity.json b/bucket/solidity.json index f003c3415a..988350f59e 100644 --- a/bucket/solidity.json +++ b/bucket/solidity.json @@ -1,12 +1,12 @@ { - "version": "0.8.32", + "version": "0.8.33", "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.32/solc-windows.exe#/solc.exe", - "hash": "32201099838029a4d43e2ac27a6985f86831398d2e7c1642ab0228345fa7ffd8" + "url": "https://github.com/ethereum/solidity/releases/download/v0.8.33/solc-windows.exe#/solc.exe", + "hash": "f542ec5df68c577911ca75738f642eb536ac892308b5519fa6d25d257c00de8e" } }, "bin": "solc.exe",