Skip to content

Commit

Permalink
Merge pull request #143531 from chenrui333/bump-ksops-4.2.2
Browse files Browse the repository at this point in the history
ksops 4.2.2
  • Loading branch information
BrewTestBot authored Sep 18, 2023
2 parents 81c2818 + 60d1490 commit 0ae6524
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/ksops.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Ksops < Formula
desc "Flexible Kustomize Plugin for SOPS Encrypted Resources"
homepage "https://github.com/viaduct-ai/kustomize-sops"
url "https://github.com/viaduct-ai/kustomize-sops/archive/refs/tags/v4.2.1.tar.gz"
sha256 "0e9501af7ac0323d246c9fa4d49d9f12fe4ddf65be21e9fbbe58a041dbfbeece"
url "https://github.com/viaduct-ai/kustomize-sops/archive/refs/tags/v4.2.2.tar.gz"
sha256 "46f6cff603b5676f19bd0f4491c7d959e74848eb9f06b58494193522a1a8ebd4"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "7be87fae2bd05f216b4ae5d6658ba5304fb8df6856a44d22800ea9f725ee46a4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7be87fae2bd05f216b4ae5d6658ba5304fb8df6856a44d22800ea9f725ee46a4"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "7be87fae2bd05f216b4ae5d6658ba5304fb8df6856a44d22800ea9f725ee46a4"
sha256 cellar: :any_skip_relocation, ventura: "d4033ab623c841873a1ab5ac10e54e315f2cdd18e7cfb4fea26dac9535353956"
sha256 cellar: :any_skip_relocation, monterey: "d4033ab623c841873a1ab5ac10e54e315f2cdd18e7cfb4fea26dac9535353956"
sha256 cellar: :any_skip_relocation, big_sur: "d4033ab623c841873a1ab5ac10e54e315f2cdd18e7cfb4fea26dac9535353956"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac116c085b91608fcce4350d0af4c8f97d88525a983f3f93acbc161150f9d875"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7e324076fc702d99057b4d80c415e438141e1ce02dd2dbddbd228104305bcdc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fd3e25f2ae18519158931033936b7ff747fe4e1d2ac80c8a534a7928560ebf51"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "61d2fcae523d6da5d4516cd499ce0558dba6983d73ca1a05f83d08307b89db78"
sha256 cellar: :any_skip_relocation, ventura: "7b33a44e303f1b0f486dca09b5aa5adf67bf3797f7a5063504202cf18d75b310"
sha256 cellar: :any_skip_relocation, monterey: "f9a62e68c2a2a45aef933c36a15f150014150b72d333a9a3d8e73b3516681d1c"
sha256 cellar: :any_skip_relocation, big_sur: "9ec80fb46fe7446b60c3c3822368f6788a7e10d6c34852f47581e49916a80cdd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3ec68212748d6ac5f7c4c85feb844862c82dd0a763f5267c5f2be63a50b82f3"
end

depends_on "go" => :build
Expand Down

0 comments on commit 0ae6524

Please sign in to comment.