Skip to content

Commit

Permalink
Point sops to new GitHub owner: getsops
Browse files Browse the repository at this point in the history
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
natemccurdy committed Sep 13, 2023
1 parent 6e1bb29 commit 5eb31ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bucket/sops.json
Original file line number Diff line number Diff line change
@@ -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"
}
},
Expand All @@ -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"
}
}
}
Expand Down

0 comments on commit 5eb31ea

Please sign in to comment.