Skip to content

Commit

Permalink
Merge pull request #146004 from Porkepix/bump-dolt-1.16.4
Browse files Browse the repository at this point in the history
dolt 1.16.4
  • Loading branch information
BrewTestBot authored Sep 26, 2023
2 parents 1300d52 + ca84a20 commit 79b981f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 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.16.3.tar.gz"
sha256 "965dc875649a18f2e59ecabc15149b28c2cd061246f8b1333abe9ef17d3ea39d"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.16.4.tar.gz"
sha256 "a99abea17ca597bdc2de6fb03eae817fcf7f70c7483a6605d034225911ac7ad8"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "722a7a6004cac5990d6e5dc6e5f60349a61d7c7aee79cd7fe59ce881559fd1c7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "546827254ce76c0359e7edcece0c4e55534d90e4eb5c686936dfbff46786207e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9b5fd452d8e6af991dff0b6c494af87508d1097a9ee83e68b0bc5baa70902b58"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "96096d7a23b977ba096e722053786c17c9ed1049c12895eaa3f87dff3d3dc2f6"
sha256 cellar: :any_skip_relocation, sonoma: "4191e712da2ea850e3c59b3f13526cb340fdf8a851b94e46a755d0051c606e53"
sha256 cellar: :any_skip_relocation, ventura: "f0c6a4557bae99bfc380f246bece90c183d66cef4f2a5ddfe59f070d06f54fc4"
sha256 cellar: :any_skip_relocation, monterey: "35fa7611b65aa3db859322dbf343f77a424dccbf407d78a79da829a9d924670a"
sha256 cellar: :any_skip_relocation, big_sur: "02156a69dd8320406f612c436c5e02146d26e9a1b3aa8ef6b7ef1340b7b57ea9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3a7393a05000742eb6bbdebf4b8061c06d30046043bf7429c5cdd605972d72c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8f52cf36b2e4fb4cbc6283b64af3bae5c44abe28f8d0f808f53fae5d045aac1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f8e23c870d154796c4b9d1b74f848ecbaa3f38eb2421d380e299c779fc84914"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6e1835bf37e1c899aa29666e6b29be9b191f8031f95f9093d5209ba33d0f2883"
sha256 cellar: :any_skip_relocation, sonoma: "61e4f0db22ba78fe4799b484f90799d24006127a7faa3e13b5f2434c53fafb71"
sha256 cellar: :any_skip_relocation, ventura: "4ae6579e12900184046d881be87585244a321e50cb1151af4e84fbf8724bc42c"
sha256 cellar: :any_skip_relocation, monterey: "a8276a25e17006ecc413e60cb34779dfff4c285e21e943b6285060b44b3860b2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7d9fa4e6a9a03a2fe5b57b9872cbde0abfde21a1f74366b50f0e4cf552d7c991"
end

depends_on "go" => :build
Expand Down

0 comments on commit 79b981f

Please sign in to comment.