From bae1fcd53ed360ec6deee61a0a909609731fb18f Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 23 Feb 2022 19:46:34 -0500 Subject: [PATCH 1/2] chore: update awsm --- awsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsm b/awsm index 8ec4962..3aca526 160000 --- a/awsm +++ b/awsm @@ -1 +1 @@ -Subproject commit 8ec49624d971658e9374e1903d6568a7b8e06d74 +Subproject commit 3aca5263d346065173d35437c319d6d3d61204b9 From aab2e614b18855ff1790e2b4a49e574f579810d3 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 23 Feb 2022 20:13:58 -0500 Subject: [PATCH 2/2] chore: Update gitmodules file --- .gitmodules | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 52ba595..bfb6e77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,17 +1,17 @@ [submodule "awsm"] -path = awsm -url = https://github.com/gwsystems/aWsm -ignore = dirty -branch = sledge-compat + path = awsm + url = https://github.com/gwsystems/aWsm + ignore = dirty + branch = master [submodule "http-parser"] -path = runtime/thirdparty/http-parser -url = https://github.com/gwsystems/http-parser.git + path = runtime/thirdparty/http-parser + url = https://github.com/gwsystems/http-parser.git [submodule "ck"] -path = runtime/thirdparty/ck -url = https://github.com/gwsystems/ck.git + path = runtime/thirdparty/ck + url = https://github.com/gwsystems/ck.git [submodule "jsmn"] -path = runtime/thirdparty/jsmn -url = https://github.com/gwsystems/jsmn.git + path = runtime/thirdparty/jsmn + url = https://github.com/gwsystems/jsmn.git [submodule "wasm_apps"] path = applications/wasm_apps url = https://github.com/gwsystems/wasm_apps.git