Skip to content

Commit 2800ffe

Browse files
committed
ksops: fix checksum for 4.3.3
1 parent 7160006 commit 2800ffe

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Formula/k/ksops.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Ksops < Formula
22
desc "Flexible Kustomize Plugin for SOPS Encrypted Resources"
33
homepage "https://github.com/viaduct-ai/kustomize-sops"
44
url "https://github.com/viaduct-ai/kustomize-sops/archive/refs/tags/v4.3.3.tar.gz"
5-
sha256 "a843b5bbb036027c72bc37fce29135362b8a13e58e6d53a760ed0b7dbe8fe66b"
5+
sha256 "9943f47cb1c469316d28f11f845c44e63802e9cd37d28b6a20b1890f4c2133d7"
66
license "Apache-2.0"
77

88
bottle do
@@ -16,12 +16,6 @@ class Ksops < Formula
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)