File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11class Freetds < Formula
22 desc "Libraries to talk to Microsoft SQL Server and Sybase databases"
33 homepage "https://www.freetds.org/"
4- url "https://www.freetds.org/files/stable/freetds-1.4.25 .tar.bz2" , using : :homebrew_curl
5- sha256 "14d15dacb442ac2626d26be5a21093a1d6351607009e8449c0916c566a844af5 "
4+ url "https://www.freetds.org/files/stable/freetds-1.4.26 .tar.bz2" , using : :homebrew_curl
5+ sha256 "74641a66cc2bfae302c2a64a4b268a3db8fb0cc7364dc7975c44c57d65cd8d1c "
66 license "GPL-2.0-or-later"
77
88 livecheck do
@@ -38,12 +38,6 @@ class Freetds < Formula
3838 depends_on "readline"
3939 end
4040
41- # fix tds_convert_int1 signature mismatch, upstream pr ref, https://github.com/FreeTDS/freetds/pull/631
42- patch do
43- url "https://github.com/FreeTDS/freetds/commit/51176366cbfc8929c9d7b864766bc27d60cc0360.patch?full_index=1"
44- sha256 "e6d64d6996862dcf575b0f2711c7ccf0d319e42950fca08ac40f5a0b7f810993"
45- end
46-
4741 def install
4842 args = %W[
4943 --prefix=#{ prefix }
You can’t perform that action at this time.
0 commit comments