summaryrefslogtreecommitdiff
path: root/scripts/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-28 11:38:54 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-28 11:38:54 +0200
commitc0e2193b6c379b34fbc589343d31f71e02513f03 (patch)
tree78e2d71def3ce80cf233c79279dcfddaac18a523 /scripts/context
parenta23982bf3c6cc3c7e34c89a67004e2ef4c6103eb (diff)
downloadcontext-c0e2193b6c379b34fbc589343d31f71e02513f03.tar.gz
2021-10-28 10:19:00
Diffstat (limited to 'scripts/context')
-rw-r--r--scripts/context/lua/mtx-install.lua6
-rw-r--r--scripts/context/lua/mtx-update.lua6
2 files changed, 6 insertions, 6 deletions
diff --git a/scripts/context/lua/mtx-install.lua b/scripts/context/lua/mtx-install.lua
index 826098cc7..676e6cad5 100644
--- a/scripts/context/lua/mtx-install.lua
+++ b/scripts/context/lua/mtx-install.lua
@@ -124,9 +124,9 @@ local platforms = {
--
["linux-armhf"] = "linux-armhf",
--
- ["openbsd"] = "openbsd6.9",
- ["openbsd-i386"] = "openbsd6.9",
- ["openbsd-amd64"] = "openbsd6.9-amd64",
+ ["openbsd"] = "openbsd7.0",
+ ["openbsd-i386"] = "openbsd7.0",
+ ["openbsd-amd64"] = "openbsd7.0-amd64",
--
["freebsd"] = "freebsd",
["freebsd-i386"] = "freebsd",
diff --git a/scripts/context/lua/mtx-update.lua b/scripts/context/lua/mtx-update.lua
index 0f56fed62..2693bfb48 100644
--- a/scripts/context/lua/mtx-update.lua
+++ b/scripts/context/lua/mtx-update.lua
@@ -178,9 +178,9 @@ update.platforms = {
--
["linux-armhf"] = "linux-armhf",
--
- ["openbsd"] = "openbsd6.9",
- ["openbsd-i386"] = "openbsd6.9",
- ["openbsd-amd64"] = "openbsd6.9-amd64",
+ ["openbsd"] = "openbsd7.0",
+ ["openbsd-i386"] = "openbsd7.0",
+ ["openbsd-amd64"] = "openbsd7.0-amd64",
--
["freebsd"] = "freebsd",
["freebsd-i386"] = "freebsd",