Nate McCurdy f04ad5a243
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>
2023-09-17 21:44:53 +05:30

23 lines
801 B
JSON

{
"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/getsops/sops",
"license": "MPL-2.0",
"depends": "gpg",
"architecture": {
"64bit": {
"url": "https://github.com/getsops/sops/releases/download/v3.8.0/sops-v3.8.0.exe#/sops.exe",
"hash": "8bb627307ddefbc529ab844c7bddbc71ae3ba3643a919cd6b9e127dc74cc1841"
}
},
"bin": "sops.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
}
}
}
}