Skip to content

Commit

Permalink
Merge pull request #167707 from Homebrew/bump-doctl-1.105.0
Browse files Browse the repository at this point in the history
doctl 1.105.0
  • Loading branch information
BrewTestBot authored Apr 1, 2024
2 parents fb0dc78 + 52e4be2 commit cf09100
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/doctl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Doctl < Formula
desc "Command-line tool for DigitalOcean"
homepage "https://github.com/digitalocean/doctl"
url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.104.0.tar.gz"
sha256 "2a9827494c730cf663ebdb6f8b1e4f294366cf847e32ee0d9d274af3bac4bc1b"
url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.105.0.tar.gz"
sha256 "75a7a4854f9607f1e1fcaf3571232c8733f754a428a779be687f41dafba43679"
license "Apache-2.0"
head "https://github.com/digitalocean/doctl.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "802bdec9e52a3f0308b3ff551daf6dabb18157b2a29f2b268c2924c33abfb2bf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce005c52085a7d1e2609feee069040e3c7a252c0042ec356593cf61de68f2f4b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f00663c803ab5900a2526dd8b2b7fc7c67f2b471d9be6b54f520293cfc64cb19"
sha256 cellar: :any_skip_relocation, sonoma: "92242285b3c86c9107160da0b9dcd878d6393bb1691076962bd24c93886d2e60"
sha256 cellar: :any_skip_relocation, ventura: "3f90e878032913d92a7535837bc94b649b4bafad703f96ebda99fdcc0890d9fb"
sha256 cellar: :any_skip_relocation, monterey: "7d87d4c2f47bd4bd67f94c8900e6c34f18ef3f08b9348e13088f05a20a6457ec"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e165f3551b4a091dde2c0294039c85d7abead3f86ee795fa79ed2a66decdf60"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fd2fac0d675100e2911a542e0716a650f56b8420c553af6a43682eaa304cfe4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "00b45036584d49d2b7ead96abce485b57c29a825d8dc16dec21db49d3a1d625e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "712bf140213dc850cce97b593fe93c7c8c7666e1e2c0141e98a1bf8aa5e96539"
sha256 cellar: :any_skip_relocation, sonoma: "db27294f203c69a9da5ca4e09e65a8a39000d496c1f66e448477872130c554a8"
sha256 cellar: :any_skip_relocation, ventura: "03e0a7826a55102b38d1cd3d9f2ca80bd8acd530fcf64190a7c41ada3b2c58ea"
sha256 cellar: :any_skip_relocation, monterey: "ec02c69cd6b949c6c06e06d6211d8807b723ea813a7e39eaf0241055cf823368"
sha256 cellar: :any_skip_relocation, x86_64_linux: "86d76707126ae964d0f5461405572d0f21fa41aa24ab7dc9b16130cf0666f704"
end

depends_on "go" => :build
Expand Down

0 comments on commit cf09100

Please sign in to comment.