Skip to content

Commit 4a24930

Browse files
authored
Merge pull request #228645 from Homebrew/bump-docker-credential-helper-ecr-0.10.1
docker-credential-helper-ecr 0.10.1
2 parents 5bea1fc + 7c698bc commit 4a24930

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/docker-credential-helper-ecr.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DockerCredentialHelperEcr < Formula
22
desc "Docker Credential Helper for Amazon ECR"
33
homepage "https://github.com/awslabs/amazon-ecr-credential-helper"
4-
url "https://github.com/awslabs/amazon-ecr-credential-helper/archive/refs/tags/v0.10.0.tar.gz"
5-
sha256 "dd97ebe79fcc488496cb6e5b2ad9f8a79b5105018c6ee02be9f80cc0df0f4ad7"
4+
url "https://github.com/awslabs/amazon-ecr-credential-helper/archive/refs/tags/v0.10.1.tar.gz"
5+
sha256 "872f612d8ff2ec294024c58b5ca452bebcd9eeceb29e105e159e5579ec6056b2"
66
license "Apache-2.0"
77
head "https://github.com/awslabs/amazon-ecr-credential-helper.git", branch: "main"
88

@@ -12,13 +12,13 @@ class DockerCredentialHelperEcr < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d817a82ae7464778298aca84b6e213466258f6ac4c5b9e7353f1fba8f7651b01"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d817a82ae7464778298aca84b6e213466258f6ac4c5b9e7353f1fba8f7651b01"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d817a82ae7464778298aca84b6e213466258f6ac4c5b9e7353f1fba8f7651b01"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2792074680b3e09f0dfb3b9944dde57426d02e5762dc13f986eb2203c79b9451"
19-
sha256 cellar: :any_skip_relocation, ventura: "2792074680b3e09f0dfb3b9944dde57426d02e5762dc13f986eb2203c79b9451"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "64e9c2756a81777a9f28028ca958f032346cefec8988dd6c83d927c9d1fe6036"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7ad2c445a7a05f1572cb8c80e143f1d735627e85866ed8e7fa3a50542f51da7"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "310ebe1f0703c4029bc2d6ba98e6d687097027a27fdecaad0d5b499a73a720ba"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "310ebe1f0703c4029bc2d6ba98e6d687097027a27fdecaad0d5b499a73a720ba"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "310ebe1f0703c4029bc2d6ba98e6d687097027a27fdecaad0d5b499a73a720ba"
18+
sha256 cellar: :any_skip_relocation, sonoma: "e3779569bb4207c50dc2cdbdfa61636241e9bcf04186d99667b2301b6150f90c"
19+
sha256 cellar: :any_skip_relocation, ventura: "e3779569bb4207c50dc2cdbdfa61636241e9bcf04186d99667b2301b6150f90c"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "af285a04fc0326dae93ad0fa43640e914b3fb360d148d0f5def253d272815bcd"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "76d8cac37394c8753de28ee0befb678fb8a3cd2e2cbbd4dfaac0d46b05b52e54"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)