Skip to content

Commit

Permalink
Merge pull request #206943 from Homebrew/bump-dolt-1.49.1
Browse files Browse the repository at this point in the history
dolt 1.49.1
  • Loading branch information
BrewTestBot authored Feb 8, 2025
2 parents 465fd98 + 04ad540 commit 926e658
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/d/dolt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dolt < Formula
desc "Git for Data"
homepage "https://github.com/dolthub/dolt"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.49.0.tar.gz"
sha256 "e4232319cff900cf21fb51d8d08afdb28303cab5b27d75d850188d193fd9a50e"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.49.1.tar.gz"
sha256 "74ffc18ff901c65c9804bfffa2b5750ea340e66500aa36ab5807bf0c31a06b39"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f40efae96264e3c95f3ab908c84341a20490da2457f8deec5769ae7d31ebc1c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f191c4ea886925b84f406d5435f9024d63ce6d9cdc2df2bcb7a0151282243a2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7f09a762520bc735dd2ffeee66b2a5c3b0468f291470946eac15557a310eb6c1"
sha256 cellar: :any_skip_relocation, sonoma: "48c0b3b57acbfed397abd9a796107bafaea22610543404103c627804a78883e2"
sha256 cellar: :any_skip_relocation, ventura: "24c29f115feb602fe84ed1d60f0248ac89a0e95d6f344075acc6b2bc42099faa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e0e5268e7dc12c24f8c5ed8631bc57e00bf0a68cab13467981723c30103f907"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "85ce8bfde46d1770c5dafe569509f45b2c85c3b33fd1eb50396b3accd29766ba"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d2325608db8f882dd2a7684042a0576a33ff25662dcc57e5315c98776c90dc4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "26ce01f4f5696c1243e611fda191a8931fbd0bad8593682f73e0fd074dd50979"
sha256 cellar: :any_skip_relocation, sonoma: "3869bd23505fa4e7e2e970bb9e30d0a880771811d2ee4a07947045833af01f4f"
sha256 cellar: :any_skip_relocation, ventura: "aaedf8e4b9e2ba685764372d3d1e514b8e926eae02b2b1f73d7ff7dc3d9dbfdf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "650d8bcf8027bb62e64d09641591c18a2f32c2398b46650cee0d7771090aabec"
end

depends_on "go" => :build
Expand Down

0 comments on commit 926e658

Please sign in to comment.