]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
CI: Bump IrrlichtMt to 1.9.0mt3
authorsfan5 <sfan5@live.de>
Tue, 31 Aug 2021 21:57:39 +0000 (23:57 +0200)
committersfan5 <sfan5@live.de>
Tue, 31 Aug 2021 21:57:39 +0000 (23:57 +0200)
.github/workflows/macos.yml
.gitlab-ci.yml
util/buildbot/buildwin32.sh
util/buildbot/buildwin64.sh
util/ci/common.sh

index 18e627de782e0a33aa215243861793e170cb6dec..3ec157d0ec1d438e953f9961720db0969ebd5132 100644 (file)
@@ -22,7 +22,7 @@ on:
       - '.github/workflows/macos.yml'
 
 env:
-  IRRLICHT_TAG: 1.9.0mt2
+  IRRLICHT_TAG: 1.9.0mt3
   MINETEST_GAME_REPO: https://github.com/minetest/minetest_game.git
   MINETEST_GAME_BRANCH: master
   MINETEST_GAME_NAME: minetest_game
index a99159934a371cc98e013cb9bc1fa69b6b9744f7..cabce627f7b0f236ef728e8abf30c2194d080e04 100644 (file)
@@ -9,7 +9,7 @@ stages:
   - deploy
 
 variables:
-  IRRLICHT_TAG: "1.9.0mt2"
+  IRRLICHT_TAG: "1.9.0mt3"
   MINETEST_GAME_REPO: "https://github.com/minetest/minetest_game.git"
   CONTAINER_IMAGE: registry.gitlab.com/$CI_PROJECT_PATH
 
index 1fd779eff3f9fe6588bcdb3cb1af830e9b2c29d0..8ce9d4bd45cb64ce60416a8c8235c5b597c3e02c 100755 (executable)
@@ -30,7 +30,7 @@ if [ -z "$toolchain_file" ]; then
 fi
 echo "Using $toolchain_file"
 
-irrlicht_version=1.9.0mt2
+irrlicht_version=1.9.0mt3
 ogg_version=1.3.4
 vorbis_version=1.3.7
 curl_version=7.76.1
index 7989e6eb6f78e432e9c6e6d866193a5c143c8fe2..0e09f010f284401339d7f62db5d4ab47b88c25bc 100755 (executable)
@@ -30,7 +30,7 @@ if [ -z "$toolchain_file" ]; then
 fi
 echo "Using $toolchain_file"
 
-irrlicht_version=1.9.0mt2
+irrlicht_version=1.9.0mt3
 ogg_version=1.3.4
 vorbis_version=1.3.7
 curl_version=7.76.1
index 70a1bedaf7e7e018a90592fea8ff14a16b53469a..47b6650ce534152b58ed68b64a8bf6c35cc09852 100644 (file)
@@ -11,7 +11,7 @@ install_linux_deps() {
                shift
                pkgs+=(libirrlicht-dev)
        else
-               wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt2/ubuntu-bionic.tar.gz"
+               wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt3/ubuntu-bionic.tar.gz"
                sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local
        fi