11class Dolt < Formula
22 desc "Git for Data"
33 homepage "https://github.com/dolthub/dolt"
4- url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.4 .tar.gz"
5- sha256 "68ff4ce1511b4472c38c503ddc4addc307bb366c2d6e6e1d668d2b9632f9b49d "
4+ url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.5 .tar.gz"
5+ sha256 "0a7e57b46b4db1c21f48994885d2fb191da3892aa59371527019ea2fee0717eb "
66 license "Apache-2.0"
77 version_scheme 1
88 head "https://github.com/dolthub/dolt.git" , branch : "main"
@@ -13,13 +13,13 @@ class Dolt < Formula
1313 end
1414
1515 bottle do
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "e1d337e82cda3ca53565532ba01bae6ca3cf96082be1a29c24a602d509219ee4 "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "8cbcaee7c58f22315e74173e6192dc3b439ca6cd491d493c809c2a6c7fc4e87a "
18- sha256 cellar : :any_skip_relocation , arm64_ventura : "f322281503e138e4b0dd527d9268793a0b05e8153132665afcaa0a984fe611aa "
19- sha256 cellar : :any_skip_relocation , sonoma : "2055bc6ff77ea36266e0956067bb37d7e6be2b350d82a80bf9196d93359929be "
20- sha256 cellar : :any_skip_relocation , ventura : "f0bfc05d9cbe66a605df7eec8c716e03550ef7c8916e3ba0e9df029b0176522e "
21- sha256 cellar : :any_skip_relocation , arm64_linux : "40113ce8872197621e78f17443335bb5fd7e0c912dcfad603f5899fbdef7c5c2 "
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "745ba91fcb0eaa9ec413e6f822d558924130cfb30702a8f30d07d3aa2b51f741 "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c905f406d339b2271dbbcc4105d2a23d0f6a4410852807dc035fa1b831b72c0f "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ddc64502f4850471c916830ff0679d96dd085a97e1f364812e087186a84f44fa "
18+ sha256 cellar : :any_skip_relocation , arm64_ventura : "aa56b3e9dd93c9397b706084bd2f41a55a29863407ad5fd151261f389d381998 "
19+ sha256 cellar : :any_skip_relocation , sonoma : "4504fee3c2a1b69514a30503cab9b223e6c4133b496d8281b6252c4df4a2e923 "
20+ sha256 cellar : :any_skip_relocation , ventura : "b8f92a4205884fe38a73c6c62ca0e28a81d962f98e8633b20c33c7a6888fd96d "
21+ sha256 cellar : :any_skip_relocation , arm64_linux : "16e25ccfc8b541a5a3f693daecfe3334bb2be3f3e766a78e02524171c093e9a2 "
22+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2776a7defb01dedc88189fb867c31946272a71f9527f41c3a2ec852d72491c9a "
2323 end
2424
2525 depends_on "go" => :build
0 commit comments