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.50.2 .tar.gz"
5- sha256 "e65156bd99dd58195ffa6c1ce12b12e46d45ef7a07f90f157880259243054c53 "
4+ url "https://github.com/dolthub/dolt/archive/refs/tags/v1.50.3 .tar.gz"
5+ sha256 "78fa6d2fc965bcaa7c8931eefea6f49a80a0825a1dbb4e57952c57bbe5233097 "
66 license "Apache-2.0"
77
88 livecheck do
@@ -11,12 +11,12 @@ class Dolt < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "4afb6d687b302b7cb04579827e7af58f68e166833325e033b260b3c42a5959ae "
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "33eeb5177fc1ac10d488ed28d69971429c1568c8d584b6dfa3978747b31ff73f "
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "b928506f9513ac1561e858379fc8f03d4fe495ae11399cf85e709d0c4094316e "
17- sha256 cellar : :any_skip_relocation , sonoma : "085672aceb8f9b54a5a08becb49f70b84b1a3c87efb6204a6ddba6211d5d5e56 "
18- sha256 cellar : :any_skip_relocation , ventura : "522c0874d6ffdfb100598bd7680ad0e84396f1dc4a2c0c6c0aa1b65d2515b90b "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "21f30ef5fcbf9799cf3be5659f155a061ff4d5962299b71d75393fa0c79cd0b2 "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "4af7d826059b3c05cdfce940cee27a9291e13cae7ff495c44d3ed54cc5f75430 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "bb81e2a8e702558617fa587d1ef5ea878ec0d1a2d6f0a138e4b6a0a15edd7bda "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "7e3582fa35a5920e218a3283fda7e783c3761506295182ebd27990fd5c990484 "
17+ sha256 cellar : :any_skip_relocation , sonoma : "ace43f28c9f437f91de16a0623e133d02a9131c2a0423208b03cf51152dec1de "
18+ sha256 cellar : :any_skip_relocation , ventura : "0609d7db73944e3b2f8f8211c6491017455666596d40a5e87a97df5b5cbf4b9f "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9cfa0c3f6f411739b9c115a335bb6d62b364fc9f03a70d3fe54212aed43e0937 "
2020 end
2121
2222 depends_on "go" => :build
0 commit comments