Skip to content

Commit 71733d5

Browse files
committed
elf2uf2-rs 2.2.0
1 parent 80407c2 commit 71733d5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Formula/e/elf2uf2-rs.rb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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
119
rebuild 1
1210
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c7bfbfb63a90f1f2f226d6eea8d4a0fb946bac13b9d09c30add16176cfc12745"
@@ -26,12 +24,6 @@ class Elf2uf2Rs < Formula
2624
depends_on "systemd" # for libudev
2725
end
2826

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-
3527
def install
3628
system "cargo", "install", *std_cargo_args
3729
(pkgshare/"examples").install Dir.glob("*.elf")

0 commit comments

Comments
 (0)