File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
class Elf2uf2Rs < Formula
2
2
desc "Convert ELF files to UF2 for USB Flashing Bootloaders"
3
3
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 "
6
6
license "0BSD"
7
7
8
- no_autobump! because : :requires_manual_review
9
-
10
8
bottle do
11
9
rebuild 1
12
10
sha256 cellar : :any_skip_relocation , arm64_tahoe : "c7bfbfb63a90f1f2f226d6eea8d4a0fb946bac13b9d09c30add16176cfc12745"
@@ -26,12 +24,6 @@ class Elf2uf2Rs < Formula
26
24
depends_on "systemd" # for libudev
27
25
end
28
26
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
-
35
27
def install
36
28
system "cargo" , "install" , *std_cargo_args
37
29
( pkgshare /"examples" ) . install Dir . glob ( "*.elf" )
You can’t perform that action at this time.
0 commit comments