Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore): Update SOPS for new github org - getsops #5105

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

natemccurdy
Copy link
Contributor

@natemccurdy natemccurdy commented Sep 13, 2023

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.

Closes #5104

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"
             }
         }
     }
@natemccurdy natemccurdy changed the title Point sops to new GitHub owner: getsops sops: Update for new github owner - getsops Sep 13, 2023
@natemccurdy
Copy link
Contributor Author

/verify

@github-actions
Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

sops

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

@natemccurdy natemccurdy changed the title sops: Update for new github owner - getsops (chore): Update SOPS for new github owner - getsops Sep 13, 2023
@natemccurdy natemccurdy changed the title (chore): Update SOPS for new github owner - getsops (chore): Update SOPS for new github org - getsops Sep 13, 2023
@rashil2000 rashil2000 merged commit f04ad5a into ScoopInstaller:master Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sops: Update owner from mozilla to getsops
2 participants