Skip to content

Commit

Permalink
Merge pull request #157804 from BrewTestBot/bump-atlas-0.16.0
Browse files Browse the repository at this point in the history
atlas 0.16.0
  • Loading branch information
BrewTestBot authored Dec 20, 2023
2 parents d3393f5 + 11a136f commit a12b096
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/a/atlas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ class Atlas < Formula
homepage "https://atlasgo.io/"
# Upstream may not mark patch releases as latest on GitHub; it is fine to ship them.
# See https://github.com/ariga/atlas/issues/1090#issuecomment-1225258408
url "https://github.com/ariga/atlas/archive/refs/tags/v0.15.0.tar.gz"
sha256 "ee8ed6f61abd0e4ba0ea2e0db72f90b6eabc0bdcb318d589d17c7c2c80412d67"
url "https://github.com/ariga/atlas/archive/refs/tags/v0.16.0.tar.gz"
sha256 "9392032e69b3b811eedb22f4d34d9c7e027c872a61e5b05db71d4e84ca27a04e"
license "Apache-2.0"
head "https://github.com/ariga/atlas.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a8707fc24d3da7b787e21fac6e937ac941d789d66cf6c477bd43b1ef15b9789"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fea287a299544ab84f5ac7eda7567a8eb661f0c2d2c91766b6ca1eb44c29c972"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d6bf942af6800181224f3fe7a0c7a49c2b94d8ff53a088206ea68974076e8c23"
sha256 cellar: :any_skip_relocation, sonoma: "67067e0db606b944e5b1c4c480ec8edef6b1501128aa77452db3433b9be9c5ea"
sha256 cellar: :any_skip_relocation, ventura: "b68d9ff8ac231d03217dd6385df54d5c304da643d9ff43dfb280817e4024eb20"
sha256 cellar: :any_skip_relocation, monterey: "bd0cbf6fbfe78c9cf39b0735ca3034f5b324c917da35817b1fbf48be7611c1d0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3917a9ed043e7d5b48daf7ef8a706cec5c9298831eb3573a5961dac173d3ab0c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e87ab6cc275649728f4a987d85d490952157fe94bd9bdf2e0e1dfc360dbb12a1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "082e062bf3edd405c910da6b20d71c8cb5c157b3976fceb835b05d68e7010de6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "dcbc0753ba82e1b391998244ddd9c50b4c727c6bc1d2e5c9165c6875c2584ace"
sha256 cellar: :any_skip_relocation, sonoma: "2555ccc964966ffb9d384fd4f0808bc840f385373e47b803ca57cbf77baa4ab6"
sha256 cellar: :any_skip_relocation, ventura: "68b71fdbac3038a9605b5ef13648c8c7d61049c25b0318f1aa78db9a79e0e518"
sha256 cellar: :any_skip_relocation, monterey: "7744732d62798fec1fade3f7e48de2f730b8a0def90f82b73b0e7b1820298eaa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c49f3905c8c682fa5fbe44e3aa0e197150acadcdb26396d221cb673cc0b8454"
end

depends_on "go" => :build
Expand Down

0 comments on commit a12b096

Please sign in to comment.