Skip to content

Commit

Permalink
Merge pull request #205396 from Homebrew/bump-freetds-1.4.26
Browse files Browse the repository at this point in the history
freetds 1.4.26
  • Loading branch information
BrewTestBot authored Jan 24, 2025
2 parents cc7374e + 9207184 commit e669b93
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions Formula/f/freetds.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Freetds < Formula
desc "Libraries to talk to Microsoft SQL Server and Sybase databases"
homepage "https://www.freetds.org/"
url "https://www.freetds.org/files/stable/freetds-1.4.25.tar.bz2", using: :homebrew_curl
sha256 "14d15dacb442ac2626d26be5a21093a1d6351607009e8449c0916c566a844af5"
url "https://www.freetds.org/files/stable/freetds-1.4.26.tar.bz2", using: :homebrew_curl
sha256 "74641a66cc2bfae302c2a64a4b268a3db8fb0cc7364dc7975c44c57d65cd8d1c"
license "GPL-2.0-or-later"

livecheck do
Expand All @@ -11,12 +11,12 @@ class Freetds < Formula
end

bottle do
sha256 arm64_sequoia: "77b7dabe8f338886ac18e1dfce6252cc8523c16e2941590b7407815a4fa2e3b6"
sha256 arm64_sonoma: "badc9dbd85955d8725cbc1e9b11b04985206f5d89c35f5bd230ef341088316bc"
sha256 arm64_ventura: "ab4c67fd62fc3c34c4648c0d76e9cc50771f2c0e9b1346616af364a2b6bea61a"
sha256 sonoma: "1a41b5fa5810156499ce8aeba70e24620ad492cdb1dde3e3ff4b945fe4200181"
sha256 ventura: "37ed9eaf7102545a3bc63e738a004d844eb8999f52f0117de02a3c95e2771486"
sha256 x86_64_linux: "a602ca0e46c4d6832ab3de90747f310330743343130b605835abe65528a1893c"
sha256 arm64_sequoia: "a85a8647355317866438fad77b812ecbec0d378bc6b7a07f10f0a43fc2f04611"
sha256 arm64_sonoma: "1556b1886e260863ebd34fc175ce90fcab9b2f6c45a5e38178720bd90be36c8d"
sha256 arm64_ventura: "32976083451f3f999a77e2742f05e3c138ac74c5589a14040e96f4302ceff55b"
sha256 sonoma: "59d5b369e62435f4c9d9df0de26fd67af5cd85996b6e98bc183eb9e1e3a36526"
sha256 ventura: "f4254b67ed5d693440c0875290183e42dca46e2ea512aaa8bc695e97ed29eaf8"
sha256 x86_64_linux: "a263c006e43ab07d412f9f775b01d0c61e11789cc45883183e307e2843844861"
end

head do
Expand All @@ -38,12 +38,6 @@ class Freetds < Formula
depends_on "readline"
end

# fix tds_convert_int1 signature mismatch, upstream pr ref, https://github.com/FreeTDS/freetds/pull/631
patch do
url "https://github.com/FreeTDS/freetds/commit/51176366cbfc8929c9d7b864766bc27d60cc0360.patch?full_index=1"
sha256 "e6d64d6996862dcf575b0f2711c7ccf0d319e42950fca08ac40f5a0b7f810993"
end

def install
args = %W[
--prefix=#{prefix}
Expand Down

0 comments on commit e669b93

Please sign in to comment.