Skip to content

Commit b452a24

Browse files
authored
Merge pull request #217315 from Homebrew/bump-sops-3.10.0
sops 3.10.0
2 parents 73b10e5 + 40c00d2 commit b452a24

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/s/sops.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
class Sops < Formula
22
desc "Editor of encrypted files"
33
homepage "https://getsops.io/"
4-
url "https://github.com/getsops/sops/archive/refs/tags/v3.9.4.tar.gz"
5-
sha256 "3e0fc9a43885e849eba3b099d3440c3147ad0a0cd5dd77a9ef87c266a8488249"
4+
url "https://github.com/getsops/sops/archive/refs/tags/v3.10.0.tar.gz"
5+
sha256 "a749e633ed68a0f357c7dfc3b005395c8697c18c1c88547f6b599a7169e20b37"
66
license "MPL-2.0"
77
head "https://github.com/getsops/sops.git", branch: "main"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "37e076fb5868d03a09f4d1dc0362985f6287277f2f6e52071319d909c5ee572a"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "37e076fb5868d03a09f4d1dc0362985f6287277f2f6e52071319d909c5ee572a"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "37e076fb5868d03a09f4d1dc0362985f6287277f2f6e52071319d909c5ee572a"
14-
sha256 cellar: :any_skip_relocation, sonoma: "7044f03ea020947e1e855ca703de6044fbd778f06d892652da35725ff6db2100"
15-
sha256 cellar: :any_skip_relocation, ventura: "7044f03ea020947e1e855ca703de6044fbd778f06d892652da35725ff6db2100"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f5356d7cc9fb4b00f111872dfe2a6d06a60f11cf083d993c74de2ca3f821f07"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a67accb3fd57d144000c28dd0d6c176387cd832b365de43f4e70d1d72632815"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a67accb3fd57d144000c28dd0d6c176387cd832b365de43f4e70d1d72632815"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2a67accb3fd57d144000c28dd0d6c176387cd832b365de43f4e70d1d72632815"
13+
sha256 cellar: :any_skip_relocation, sonoma: "69c12afa9322543cdce1cddee254ff6bc0c432e7a279e8e136f5c10edd051f61"
14+
sha256 cellar: :any_skip_relocation, ventura: "69c12afa9322543cdce1cddee254ff6bc0c432e7a279e8e136f5c10edd051f61"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d253d51772389e3be0429c17c850b30ee632bcc80edad8b8aebda341a97347a6"
1716
end
1817

1918
depends_on "go" => :build

0 commit comments

Comments
 (0)