Skip to content

Commit b0408b7

Browse files
authored
Merge pull request Homebrew#205354 from Homebrew/bump-freetds-1.4.25
freetds 1.4.25
2 parents ba84cc1 + db93ef0 commit b0408b7

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Formula/f/freetds.rb

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.24.tar.bz2", using: :homebrew_curl
5-
sha256 "07cea1b457f8fd5bad75bc342371b7e7e092f9247a813dc7b627c9235dfdb642"
4+
url "https://www.freetds.org/files/stable/freetds-1.4.25.tar.bz2", using: :homebrew_curl
5+
sha256 "14d15dacb442ac2626d26be5a21093a1d6351607009e8449c0916c566a844af5"
66
license "GPL-2.0-or-later"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Freetds < Formula
1111
end
1212

1313
bottle do
14-
sha256 arm64_sequoia: "071491d4e91b606f22f9d949ff1663b510c213860d088e87b8daef2411dff4d5"
15-
sha256 arm64_sonoma: "affaf11454953f88770620dec477293fc733c5f440c035b1b3037a9ba7918b84"
16-
sha256 arm64_ventura: "91fc612f0feecd33ab18dd069a712da552697a288186c7990879905759b72f20"
17-
sha256 sonoma: "df1b432689c6a6356b52220cd39c1e9fc4c0ff17f8d9ebbe8cd86a7a88632ade"
18-
sha256 ventura: "8d3ca6c918d6ffc87abd1f8748baae67f67a099f4dc6d8952f88895ee6b49136"
19-
sha256 x86_64_linux: "24c97bff8d493dd08d8aa160f584e5df8c3e962b6b5a098a1dc284c309fac343"
14+
sha256 arm64_sequoia: "77b7dabe8f338886ac18e1dfce6252cc8523c16e2941590b7407815a4fa2e3b6"
15+
sha256 arm64_sonoma: "badc9dbd85955d8725cbc1e9b11b04985206f5d89c35f5bd230ef341088316bc"
16+
sha256 arm64_ventura: "ab4c67fd62fc3c34c4648c0d76e9cc50771f2c0e9b1346616af364a2b6bea61a"
17+
sha256 sonoma: "1a41b5fa5810156499ce8aeba70e24620ad492cdb1dde3e3ff4b945fe4200181"
18+
sha256 ventura: "37ed9eaf7102545a3bc63e738a004d844eb8999f52f0117de02a3c95e2771486"
19+
sha256 x86_64_linux: "a602ca0e46c4d6832ab3de90747f310330743343130b605835abe65528a1893c"
2020
end
2121

2222
head do
@@ -38,6 +38,12 @@ 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+
4147
def install
4248
args = %W[
4349
--prefix=#{prefix}

0 commit comments

Comments
 (0)