Skip to content

Commit

Permalink
Merge pull request #200734 from Homebrew/bump-regclient-0.8.0
Browse files Browse the repository at this point in the history
regclient 0.8.0
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 784df27 + 0f0561c commit b7612d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/regclient.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Regclient < Formula
desc "Docker and OCI Registry Client in Go and tooling using those libraries"
homepage "https://github.com/regclient/regclient"
url "https://github.com/regclient/regclient/archive/refs/tags/v0.7.2.tar.gz"
sha256 "eb8b3253b6fbb95032386cdd05c6fe9ada723c0aa9971c47190e5e967b46e754"
url "https://github.com/regclient/regclient/archive/refs/tags/v0.8.0.tar.gz"
sha256 "31f38400fc3941120130ac3d1271ae31bc9bc586cd28b3bd2e40f89ab93dcdd3"
license "Apache-2.0"
head "https://github.com/regclient/regclient.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "efc75b0e3422221ed96a2e0d0f78bdbb665669b8c0d200f215b8195e75a93085"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "efc75b0e3422221ed96a2e0d0f78bdbb665669b8c0d200f215b8195e75a93085"
sha256 cellar: :any_skip_relocation, arm64_ventura: "efc75b0e3422221ed96a2e0d0f78bdbb665669b8c0d200f215b8195e75a93085"
sha256 cellar: :any_skip_relocation, sonoma: "0b94e6e43abe500432c18bed82e454bc37e65e2bb52865abbe4f8fe8b2c9d69c"
sha256 cellar: :any_skip_relocation, ventura: "0b94e6e43abe500432c18bed82e454bc37e65e2bb52865abbe4f8fe8b2c9d69c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "067440dea43634f6caabc9937e97cb4e81d611c6be33206fbc6c6c5518303583"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e183fa6831d91cd9defe312c7d6ad4c787076e4b32a500de93ce07a47a32ad38"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e183fa6831d91cd9defe312c7d6ad4c787076e4b32a500de93ce07a47a32ad38"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e183fa6831d91cd9defe312c7d6ad4c787076e4b32a500de93ce07a47a32ad38"
sha256 cellar: :any_skip_relocation, sonoma: "2e638dc9a9419dd840e522c23b7a5c7b75b081eb3a11d0359dbf75c472996d3a"
sha256 cellar: :any_skip_relocation, ventura: "2e638dc9a9419dd840e522c23b7a5c7b75b081eb3a11d0359dbf75c472996d3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "56260bba5f7b2833a21a381f988e70b2331db9e7a8d9efbd68cf37edd185b2cd"
end

depends_on "go" => :build
Expand All @@ -28,7 +28,7 @@ def install

test do
output = shell_output("#{bin}/regctl image manifest docker.io/library/alpine:latest")
assert_match "application/vnd.docker.distribution.manifest.list.v2+json", output
assert_match "docker.io/library/alpine:latest", output

assert_match version.to_s, shell_output("#{bin}/regbot version")
assert_match version.to_s, shell_output("#{bin}/regctl version")
Expand Down

0 comments on commit b7612d8

Please sign in to comment.