Skip to content

Commit

Permalink
Merge pull request #202843 from Homebrew/bump-sops-3.9.3
Browse files Browse the repository at this point in the history
sops 3.9.3
  • Loading branch information
BrewTestBot authored Dec 31, 2024
2 parents 1e3b53b + fc216dd commit dd0ad5e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/sops.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Sops < Formula
desc "Editor of encrypted files"
homepage "https://github.com/getsops/sops"
url "https://github.com/getsops/sops/archive/refs/tags/v3.9.2.tar.gz"
sha256 "8d4cbb30afacc88b5b55d1f7c9b22c82e2dde68905dc8e797a52aafe2c96f466"
url "https://github.com/getsops/sops/archive/refs/tags/v3.9.3.tar.gz"
sha256 "07f21ad574df8153d28f9bcd0a6e5d03c436cb9a45664a9af767a70a7d7662b9"
license "MPL-2.0"
head "https://github.com/getsops/sops.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7567b33797e17e0f3d1a85da1913ca11b85010a0421c1d2562252f60e51584db"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7567b33797e17e0f3d1a85da1913ca11b85010a0421c1d2562252f60e51584db"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7567b33797e17e0f3d1a85da1913ca11b85010a0421c1d2562252f60e51584db"
sha256 cellar: :any_skip_relocation, sonoma: "5492d1bd65d75f608a2695dbd2b665a6fd28b83d12594ce3b13e8bf5836d4e5d"
sha256 cellar: :any_skip_relocation, ventura: "5492d1bd65d75f608a2695dbd2b665a6fd28b83d12594ce3b13e8bf5836d4e5d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c0529de1eeb34a8a7b489a760c813c72d1071ec2a0cd05452bdb05ea5b3c39e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1aa5657001bfb39de354d1b42fb91f94bbdb0c62544d4c7c80fec95a7b735d2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1aa5657001bfb39de354d1b42fb91f94bbdb0c62544d4c7c80fec95a7b735d2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b1aa5657001bfb39de354d1b42fb91f94bbdb0c62544d4c7c80fec95a7b735d2"
sha256 cellar: :any_skip_relocation, sonoma: "4cb824d40c379d40802ead1a4c869ecdf51188acf2e60dd9a7731788f403a4d6"
sha256 cellar: :any_skip_relocation, ventura: "4cb824d40c379d40802ead1a4c869ecdf51188acf2e60dd9a7731788f403a4d6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d9587e34c689d4993d2881b0e687b01cf7bca38c74e6b2f91ce30fc4b304c207"
end

depends_on "go" => :build
Expand Down

0 comments on commit dd0ad5e

Please sign in to comment.