Skip to content

Commit 97715bd

Browse files
authored
Merge pull request #219978 from Homebrew/bump-minipro-0.7.3
minipro 0.7.3
2 parents 5b72582 + 4c16749 commit 97715bd

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Formula/m/minipro.rb

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
class 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

99
bottle do
10-
sha256 arm64_sequoia: "49928d7fc034b02531e4c7cced9ebc7475f8aaa22119fe80a5e991ad393b9626"
11-
sha256 arm64_sonoma: "9516b8133d1301aa662a9b6fe7be10ecdf2516399da38fef7ab1277d36cec240"
12-
sha256 arm64_ventura: "615be8caf35c15d4b0c8446545dd812c2993ff6dd97191bdf975a06b959902c9"
13-
sha256 sonoma: "b6db0de40d57c21ab00d71bb28c979c81c17746ce881ca1c8552634eb6fea1c6"
14-
sha256 ventura: "f6b63ad0e8201c67ae3812ac40543837a428a663bad1398fd4a5f8d9ef42d55e"
15-
sha256 arm64_linux: "51524bf9bf19888bf4d1bbae80714eff26b0e2581f23f1a1cc8bfade430b62a7"
16-
sha256 x86_64_linux: "7c0587d281ee52203b8346e78d4d42631fc008e47f60298e2559524122515413"
10+
sha256 arm64_sequoia: "c2262f766cd51c2f60136665bb54b28479895f2f45e3132fa6347f4653865619"
11+
sha256 arm64_sonoma: "c7cc2ecf133cb887aeaf2789a5182fd7e2254a002458e96597a5bbfea7b80903"
12+
sha256 arm64_ventura: "35da060df2788344cb4961b20d12d07f46af3b91f57205d29ff4eb8b0d04c71d"
13+
sha256 sonoma: "ca12a15a1d8c7e34a91effb9f626d69a0cee7767e57b551411b9d1c629282c88"
14+
sha256 ventura: "eda2df1cfd62ac8a350a42fbcba5d5d7d9949966c173f1b49dc67da079851ac7"
15+
sha256 arm64_linux: "2bf6d4454b10358270335f584f2e985e521759d0a87cf972dd0678c194411f3b"
16+
sha256 x86_64_linux: "92dd7c6ee958eabca1365c51859dc4c959406623cb963e0c41075b09fc54f97d"
1717
end
1818

1919
depends_on "pkgconf" => :build
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"

0 commit comments

Comments
 (0)