]> git.lizzy.rs Git - minetest.git/commitdiff
Bump IrrlichtMt to 1.9.0mt4 in CI
authorsfan5 <sfan5@live.de>
Sun, 16 Jan 2022 14:54:08 +0000 (15:54 +0100)
committersfan5 <sfan5@live.de>
Sun, 16 Jan 2022 14:54:08 +0000 (15:54 +0100)
.github/workflows/macos.yml
.gitlab-ci.yml
util/buildbot/buildwin32.sh
util/buildbot/buildwin64.sh
util/ci/common.sh

index d97cff1aaccd4d690eb47f5624c17463a6832d16..69253b70a7ed6507b2af725d614af310dff43eb8 100644 (file)
@@ -22,7 +22,7 @@ on:
       - '.github/workflows/macos.yml'
 
 env:
-  IRRLICHT_TAG: 1.9.0mt3
+  IRRLICHT_TAG: 1.9.0mt4
   MINETEST_GAME_REPO: https://github.com/minetest/minetest_game.git
   MINETEST_GAME_BRANCH: master
   MINETEST_GAME_NAME: minetest_game
index f1079c568dddb842d4dcd2392252f9ea78e2bb43..5d2600364519b5578a13539b5966858f07c06064 100644 (file)
@@ -9,7 +9,7 @@ stages:
   - deploy
 
 variables:
-  IRRLICHT_TAG: "1.9.0mt3"
+  IRRLICHT_TAG: "1.9.0mt4"
   MINETEST_GAME_REPO: "https://github.com/minetest/minetest_game.git"
   CONTAINER_IMAGE: registry.gitlab.com/$CI_PROJECT_PATH
 
index 2eb9dab116bc867db52a14f5d11fc2a9c527d228..9eb9a405046fb26830be857f85ee7a5f0cf64831 100755 (executable)
@@ -45,7 +45,7 @@ done
        echo "The compiler runtime DLLs could not be found, they might be missing in the final package."
 
 # Get stuff
-irrlicht_version=1.9.0mt3
+irrlicht_version=1.9.0mt4
 ogg_version=1.3.4
 vorbis_version=1.3.7
 curl_version=7.76.1
index 3dd4db6878d1f25869d14466b353b1fc624ca177..eb1eae4c2a6859f76a646e6ea810c2e61e5a8447 100755 (executable)
@@ -45,7 +45,7 @@ done
        echo "The compiler runtime DLLs could not be found, they might be missing in the final package."
 
 # Get stuff
-irrlicht_version=1.9.0mt3
+irrlicht_version=1.9.0mt4
 ogg_version=1.3.4
 vorbis_version=1.3.7
 curl_version=7.76.1
index 88bed9ed49628b8e506a4fe24337f0d8c5dea572..f9df54c4aba75e62808663fc6621032a19903fa3 100644 (file)
@@ -11,7 +11,7 @@ install_linux_deps() {
                shift
                pkgs+=(libirrlicht-dev)
        else
-               wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt3/ubuntu-bionic.tar.gz"
+               wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt4/ubuntu-bionic.tar.gz"
                sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local
        fi