Skip to content

Commit

Permalink
Merge pull request #200617 from Homebrew/bump-psqlodbc-17.00.0004
Browse files Browse the repository at this point in the history
psqlodbc 17.00.0004
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents 931ee69 + 6246ba2 commit 425cf3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/psqlodbc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Psqlodbc < Formula
desc "Official PostgreSQL ODBC driver"
homepage "https://odbc.postgresql.org"
url "https://github.com/postgresql-interfaces/psqlodbc/archive/refs/tags/REL-17_00_0003.tar.gz"
sha256 "cb45cc17314f452c410be0638870b58b176f1a5b8124d66edf5137baaaa9fbf3"
url "https://github.com/postgresql-interfaces/psqlodbc/archive/refs/tags/REL-17_00_0004.tar.gz"
sha256 "6d15bc4f49a0c9e0d263ff30b042d4d49ef4ead745c2dd1f0d0d9c3d2a98b4fc"
license "LGPL-2.0-or-later"
head "https://github.com/postgresql-interfaces/psqlodbc.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class Psqlodbc < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "e83bb9f612447f1cbb367d2f2126fdbc74d0d7badbf62336c89b85cd658e9a9b"
sha256 cellar: :any, arm64_sonoma: "b2a37444d6aa03118abab138681f3c15d2bebdbfe83f3a44d715892651ed1763"
sha256 cellar: :any, arm64_ventura: "61b1b78c23710b2b1105aac67bc09cbe3a3340f14c076bcd87c645e440d32388"
sha256 cellar: :any, sonoma: "b4a6964263effa44b4723df323e0ecbb3e3fc9f3f4cd9eb0c619f2e468929512"
sha256 cellar: :any, ventura: "122abe958ffaa7c861d7cf2048c40c84973732b73b7f0d63753bab66902557ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9891fc4ee0c9124c289e2630e9e552cd700afebe67f4c5d963beff831d5e4d83"
sha256 cellar: :any, arm64_sequoia: "9e49dfa5be7d586220140bb26762cf8c05a65dba887e3a09c1500bd7fb5b186b"
sha256 cellar: :any, arm64_sonoma: "bed65e967f687e24a56f233b8def6503ba7a6edcae118b978e429e515a466ccb"
sha256 cellar: :any, arm64_ventura: "5476eb923b4ebdd7377596ee553139a6f059730b2f0e1917cea60e3bc62ecb1d"
sha256 cellar: :any, sonoma: "b34391bdbb4a636e9837e209ba178d1660de9ced2d63d033de3f57f39808ebda"
sha256 cellar: :any, ventura: "b57bbc3a6e580f83e695067836a9eff58fd033ef55b6970cb8c31672429e81b1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "15dfa1958197323d476238ea26efa630f85955c78eca68eb7b0a54a682660034"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit 425cf3a

Please sign in to comment.