We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a5d20 commit 8f05c1eCopy full SHA for 8f05c1e
Formula/f/foundry.rb
@@ -1,8 +1,8 @@
1
class Foundry < Formula
2
desc "Blazing fast, portable and modular toolkit for Ethereum application development"
3
homepage "https://github.com/foundry-rs/foundry"
4
- url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.4.1.tar.gz"
5
- sha256 "d1a3ba59faadf78f77f0ec671e70434b1b237ac62e906be34747b640a209c953"
+ url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.4.2.tar.gz"
+ sha256 "9bff070515578be3af426ba2834da13ca26bb8a16303eec272ffcc02d66891be"
6
license any_of: ["MIT", "Apache-2.0"]
7
head "https://github.com/foundry-rs/foundry.git", branch: "master"
8
0 commit comments