From f04ad5a2436aa860b0150e9f3414210fa14a13b5 Mon Sep 17 00:00:00 2001 From: Nate McCurdy Date: Sun, 17 Sep 2023 09:14:53 -0700 Subject: [PATCH] sops@3.8.0: Point to new GitHub owner (getsops) (#5105) 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 https://github.com/cncf/sandbox/issues/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" } } } Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/sops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sops.json b/bucket/sops.json index 877bb102e3..cfba20ba45 100644 --- a/bucket/sops.json +++ b/bucket/sops.json @@ -1,12 +1,12 @@ { "version": "3.8.0", "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.8.0/sops-v3.8.0.exe#/sops.exe", + "url": "https://github.com/getsops/sops/releases/download/v3.8.0/sops-v3.8.0.exe#/sops.exe", "hash": "8bb627307ddefbc529ab844c7bddbc71ae3ba3643a919cd6b9e127dc74cc1841" } }, @@ -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" } } }