File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11class Minipro < Formula
22 desc "Open controller for the MiniPRO TL866xx series of chip programmers"
33 homepage "https://gitlab.com/DavidGriffith/minipro/"
4- url "https://gitlab.com/DavidGriffith/minipro/-/archive/0.7.2 /minipro-0.7.2 .tar.gz"
5- sha256 "77961e24da3fd14844768102893b291c55b379e49938b3665a9033622def8cbb "
4+ url "https://gitlab.com/DavidGriffith/minipro/-/archive/0.7.3 /minipro-0.7.3 .tar.gz"
5+ sha256 "49e7ddd448c12e1235631720bfbbe03dee3758ce717c16258a297112fb2a5eea "
66 license "GPL-3.0-or-later"
77 head "https://gitlab.com/DavidGriffith/minipro.git" , branch : "master"
88
@@ -20,6 +20,8 @@ class Minipro < Formula
2020 depends_on "libusb"
2121 depends_on "srecord"
2222
23+ uses_from_macos "zlib"
24+
2325 def install
2426 system "make" , "CC=#{ ENV . cc } " , "PREFIX=#{ prefix } "
2527 system "make" , "PREFIX=#{ prefix } " , "MANDIR=#{ share } " , "install"
You can’t perform that action at this time.
0 commit comments