Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point sops to new GitHub owner: getsops
The SOPS project was recently donated by Mozilla to the CNCF. As part of that process, the GitHub organization changed from `mozilla` to `getsops`. See cncf/sandbox#28 This updates the sops manifest to account for this organization change. diff --git a/bucket/sops.json b/bucket/sops.json index a500a9218..0f274f788 100644 --- a/bucket/sops.json +++ b/bucket/sops.json @@ -1,12 +1,12 @@ { "version": "3.7.3", "description": "Editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP", - "homepage": "https://github.com/mozilla/sops", + "homepage": "https://github.com/getsops/sops", "license": "MPL-2.0", "depends": "gpg", "architecture": { "64bit": { - "url": "https://github.com/mozilla/sops/releases/download/v3.7.3/sops-v3.7.3.exe#/sops.exe", + "url": "https://github.com/getsops/sops/releases/download/v3.7.3/sops-v3.7.3.exe#/sops.exe", "hash": "0ccda78bc7f7dbf3f07167221f2a42cab2b10d02de7c26fe8e707efaacaf3bd2" } }, @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mozilla/sops/releases/download/v$version/sops-v$version.exe#/sops.exe" + "url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.exe#/sops.exe" } } }
- Loading branch information