From 633e7d567288d8a74595a50032d1efd9645babf2 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 18 Aug 2025 09:14:14 -0700 Subject: [PATCH] image-opensim: change repository from opensimulator.org to github.com/opensim/opensim. Bump version --- VERSION.txt | 2 +- image-opensim/env | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 80c4caf..af253c1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.0.14 +4.0.15 diff --git a/image-opensim/env b/image-opensim/env index 57a02b0..b440887 100644 --- a/image-opensim/env +++ b/image-opensim/env @@ -12,7 +12,8 @@ OS_CONFIG=${OS_CONFIG:-standalone} # The sources to build -OS_GIT_REPO=git://opensimulator.org/git/opensim +#OS_GIT_REPO=git://opensimulator.org/git/opensim +OS_GIT_REPO=git://github.com/opensim/opensim.git OS_GIT_BRANCH=master # OS_GIT_BRANCH=opensim-rel-0.9.3.8940 OS_BUILDTARGET=Release