Skip to content

Commit 8bcb6b1

Browse files
authored
Merge pull request #247075 from Homebrew/bump-elf2uf2-rs-2.2.0
elf2uf2-rs 2.2.0
2 parents c06d1ee + 7057e70 commit 8bcb6b1

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

Formula/e/elf2uf2-rs.rb

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
class Elf2uf2Rs < Formula
22
desc "Convert ELF files to UF2 for USB Flashing Bootloaders"
33
homepage "https://github.com/JoNil/elf2uf2-rs"
4-
url "https://github.com/JoNil/elf2uf2-rs/archive/refs/tags/2.1.1.tar.gz"
5-
sha256 "c6845f696112193bbe6517ab0c9b9fc85dff1083911557212412e07c506ccd7c"
4+
url "https://github.com/JoNil/elf2uf2-rs/archive/refs/tags/2.2.0.tar.gz"
5+
sha256 "7fd821623343bf6af63543a008caf49c1b7ad9f7e6df24403ae9c7a6bf325b54"
66
license "0BSD"
77

8-
no_autobump! because: :requires_manual_review
9-
108
bottle do
11-
rebuild 1
12-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c7bfbfb63a90f1f2f226d6eea8d4a0fb946bac13b9d09c30add16176cfc12745"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e82da1e4bda8f4e9b96a224bd39f0fa553df1f2b2f5685e3d26ea8d36db64ae"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad84d3c1063a64c46201c1f3848ae783cf238e63dd215470e908642153d4eadd"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d8ad586061ca0882a16789b7242c86801e76389e525657ba1864ea33084dae9"
16-
sha256 cellar: :any_skip_relocation, sonoma: "b49813f898c7f808ceb5ec486e6336e5c05e78ac6eb28835eb19b25c2a12e56e"
17-
sha256 cellar: :any_skip_relocation, ventura: "459684a3cb259a2aba995e088130a2f9724c1589a7cbd11e9e4380ba1238024b"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "fb8bd88d07dec80d7314766dd10b94d6ea0d9e3f1fd60129528549745da19c4e"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "41046fe0f99aac047708fdb2204bb12220625173156e477322e7bd13f09c27e8"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1b6d36f51c622f0baf332930c8ae232cdf04395cfdae78fae45b8560ec51ab54"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b7ddb264f138b166b3f291dd3f98cb3beba2bff0a7823d36f45c2f4e98b80d6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0a747e75dfe8250d1722d3781f57bdde73d5b7855150e3d4b344d94099d14a0"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b88fb516410369897f97f16030f48eb276955bb32c9dbf446d532eca2add68a2"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "e95dda0368015306a494e58f3bbd22717e23b592391b8b0dd0fcd30a0cd617c1"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f360ea5ae0f17d0a57012f80aa69c18a887d964211475e33414e32442d17616"
2015
end
2116

2217
depends_on "rust" => :build
@@ -26,12 +21,6 @@ class Elf2uf2Rs < Formula
2621
depends_on "systemd" # for libudev
2722
end
2823

29-
# Fix compatibility issues with latest Rust: https://github.com/JoNil/elf2uf2-rs/issues/40, https://github.com/JoNil/elf2uf2-rs/pull/41
30-
patch do
31-
url "https://github.com/JoNil/elf2uf2-rs/commit/c1639b9e8bcaaaab653f9fa0e358fed0e8a7ce76.patch?full_index=1"
32-
sha256 "3bbcfa39c01bd705f7b021c1e5117bd9a91fa51c4c13c998a43ba17adf9616a7"
33-
end
34-
3524
def install
3625
system "cargo", "install", *std_cargo_args
3726
(pkgshare/"examples").install Dir.glob("*.elf")

0 commit comments

Comments
 (0)