Skip to content

Commit

Permalink
Merge pull request #167361 from Homebrew/bump-dolt-1.35.6
Browse files Browse the repository at this point in the history
dolt 1.35.6
  • Loading branch information
BrewTestBot authored Mar 28, 2024
2 parents e460789 + a47f6b9 commit f962cd2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.35.5.tar.gz"
sha256 "87b0066fa09f752f014da49cf785321b8dcdf10548c1aa29bc92064d163afd70"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.35.6.tar.gz"
sha256 "60bc4a8f122b7f0d3e124ad4291dd2f55877314b59784773806395eaf89ecdb7"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4049cf68ce0085e21bc2b4f9c4ca065768356fd730f04fc5039de2ee6cce0d3f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6dce582f5eae15b2e3d0451c1af0e9be40e244c722b1bf26473371a1e1bf4ca9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "33d3eddded2df185d7a09e639b989f820249298192a74e3114c4f60213403ff3"
sha256 cellar: :any_skip_relocation, sonoma: "35d18d29b241d5d86e0f26bfd393e73f1ccee6815ccf9c97b210e1708c9b6f4b"
sha256 cellar: :any_skip_relocation, ventura: "39c0259712c2a55fae92ffaa5b6f00c615d39d5caa003e9c4df79c7f0f2ce6a2"
sha256 cellar: :any_skip_relocation, monterey: "d9030d6345e8d6d7687b98bc91f8e4c9af17da363d1101bb90a8f3443e1d4bd4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e29ac06480dd4c1ef864146e78c6d640b04e215275fb6d5f40b80e896affbfc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "138d9261c09bca0d053cab122bb7cdc08adf55857a50f80577a4e488459941dc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ebf5df2b1579955cbdd607d7af5a14323a3c98076edd97b9d3e23f893d717bd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "932ade40c3f3fb933673853f0ab3a10e7c59a279071e05e7bfa07da365bbd941"
sha256 cellar: :any_skip_relocation, sonoma: "08c89b3ad511060513d974b1eeb2261d2fbfe708d17021e3d4c37133802d42da"
sha256 cellar: :any_skip_relocation, ventura: "4e0f0c24e54e41b46fe5a1eb62c68688a3886b3e3604c65d45dbb54beaa4d16e"
sha256 cellar: :any_skip_relocation, monterey: "a477d68c88bc851efb1f84cfa417088d6cffab848f0688ea6064c2ad52f55404"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d1a53fe5f1106897c9cab797406530fb72f4cf6fd63f4f39397176b3e5c9dc7"
end

depends_on "go" => :build
Expand Down

0 comments on commit f962cd2

Please sign in to comment.