|
1 | 1 | class Sops < Formula |
2 | 2 | desc "Editor of encrypted files" |
3 | 3 | 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" |
6 | 6 | license "MPL-2.0" |
7 | 7 | head "https://github.com/getsops/sops.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
17 | 16 | end |
18 | 17 |
|
19 | 18 | depends_on "go" => :build |
|
0 commit comments