Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/sops.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sops < Formula
desc "Editor of encrypted files"
homepage "https://getsops.io/"
url "https://github.com/getsops/sops/archive/refs/tags/v3.13.0.tar.gz"
sha256 "b010a00f4e08e3a3fe23f70fe3958a8108de8b5d2478388e1fd7e0315e14f2ea"
url "https://github.com/getsops/sops/archive/refs/tags/v3.13.1.tar.gz"
sha256 "60408fa04a024328e6142c7dc67d08810a470aaa440b9f6cb7b3a358359636e9"
license "MPL-2.0"
head "https://github.com/getsops/sops.git", branch: "main"

Expand Down
Loading