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 1
1
class Minipro < Formula
2
2
desc "Open controller for the MiniPRO TL866xx series of chip programmers"
3
3
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 "
6
6
license "GPL-3.0-or-later"
7
7
head "https://gitlab.com/DavidGriffith/minipro.git" , branch : "master"
8
8
@@ -20,6 +20,8 @@ class Minipro < Formula
20
20
depends_on "libusb"
21
21
depends_on "srecord"
22
22
23
+ uses_from_macos "zlib"
24
+
23
25
def install
24
26
system "make" , "CC=#{ ENV . cc } " , "PREFIX=#{ prefix } "
25
27
system "make" , "PREFIX=#{ prefix } " , "MANDIR=#{ share } " , "install"
You can’t perform that action at this time.
0 commit comments