Skip to content

Commit e82bba8

Browse files
authored
Merge pull request #208979 from Homebrew/bump-ksops-4.4.0
ksops 4.4.0
2 parents 912744d + 2cfeb74 commit e82bba8

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

Formula/k/ksops.rb

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
class Ksops < Formula
22
desc "Flexible Kustomize Plugin for SOPS Encrypted Resources"
33
homepage "https://github.com/viaduct-ai/kustomize-sops"
4-
url "https://github.com/viaduct-ai/kustomize-sops/archive/refs/tags/v4.3.3.tar.gz"
5-
sha256 "a843b5bbb036027c72bc37fce29135362b8a13e58e6d53a760ed0b7dbe8fe66b"
4+
url "https://github.com/viaduct-ai/kustomize-sops/archive/refs/tags/v4.4.0.tar.gz"
5+
sha256 "d498284ee6a523fd4b87d284693b313fea289b4a374f2c0d1b5023f2b18bf77a"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c851554d1663594aeedb701c14d4c21334585127d1395a02141ed112f9cb9f3"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c851554d1663594aeedb701c14d4c21334585127d1395a02141ed112f9cb9f3"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c851554d1663594aeedb701c14d4c21334585127d1395a02141ed112f9cb9f3"
12-
sha256 cellar: :any_skip_relocation, sonoma: "ba4199945f5682c4cc98067651b0a77f8ef649f0ca598d4e331c03e371a587f0"
13-
sha256 cellar: :any_skip_relocation, ventura: "ba4199945f5682c4cc98067651b0a77f8ef649f0ca598d4e331c03e371a587f0"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a5a67b172d1685c7eb4b4bd22c08445db9afe73a139c9827d3dcd1ce4ceda07"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3aa747b7c1f4bcfabfd3942ff92a66ee859762d82a495509742df676e0682a48"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3aa747b7c1f4bcfabfd3942ff92a66ee859762d82a495509742df676e0682a48"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3aa747b7c1f4bcfabfd3942ff92a66ee859762d82a495509742df676e0682a48"
12+
sha256 cellar: :any_skip_relocation, sonoma: "c9665ddf3104edd404a8a6b8bdf7e4aa823327c976584a0ea0fe7ed9f8b33456"
13+
sha256 cellar: :any_skip_relocation, ventura: "c9665ddf3104edd404a8a6b8bdf7e4aa823327c976584a0ea0fe7ed9f8b33456"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "03ac64e22aa36b5d1664fbf1748a08b76d3f984f00277c1ac329757cffaa475a"
1515
end
1616

1717
depends_on "go" => :build
1818

19-
# update go.mod, upstream pr ref, https://github.com/viaduct-ai/kustomize-sops/pull/269
20-
patch do
21-
url "https://github.com/viaduct-ai/kustomize-sops/commit/feb0eae92c10c1e248928be55f6577f28b6468a8.patch?full_index=1"
22-
sha256 "a9dbae051b35f209bb64bf783f3d2c36f6b26cd395abe3d92dbbd996793a965d"
23-
end
24-
2519
def install
2620
system "go", "build", *std_go_args(ldflags: "-s -w")
2721
end

0 commit comments

Comments
 (0)