diff --git a/build-soft-stable.sh b/build-soft-stable.sh index 9223ed8..3d051a0 100755 --- a/build-soft-stable.sh +++ b/build-soft-stable.sh @@ -3,10 +3,10 @@ export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" export CXXFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" -INDI_COMMIT="830ababe2a07eea63e67a02b347cef50ae65a7d2" -INDI_3RD_COMMIT="96d445332ee2af4c625b83072b21b097e9376749" +INDI_COMMIT="83539e65f16227c05522b627ded90a658a045d5f" +INDI_3RD_COMMIT="6a68279d9bbe7a796e5a9209e488333244b60aac" STELLAR_COMMIT="9013092ce5791514cf48a32b0b73923fe879eabf" -KSTARS_COMMIT="origin/stable-3.6.0" +KSTARS_COMMIT="origin/stable-3.6.1" ROOTDIR="$HOME/astro-soft-stable"