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 394f8de commit 5a9eed6Copy full SHA for 5a9eed6
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.4.tar.gz"
5
- sha256 "83115cef588a709b0126c790dc3c4654226a038c9a33f83d0785ef36cde1af6f"
+ url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.5.0.tar.gz"
+ sha256 "db81b0b43ddc8555b6043833d747e9aeba46bc287874b6182b6a90dcfb5678fa"
6
license any_of: ["MIT", "Apache-2.0"]
7
head "https://github.com/foundry-rs/foundry.git", branch: "master"
8
0 commit comments