Skip to content

Commit beac4a2

Browse files
committedAug 31, 2021
CI: Bump IrrlichtMt to 1.9.0mt3
1 parent 040aed3 commit beac4a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

Diff for: ‎.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- '.github/workflows/macos.yml'
2323

2424
env:
25-
IRRLICHT_TAG: 1.9.0mt2
25+
IRRLICHT_TAG: 1.9.0mt3
2626
MINETEST_GAME_REPO: https://github.com/minetest/minetest_game.git
2727
MINETEST_GAME_BRANCH: master
2828
MINETEST_GAME_NAME: minetest_game

Diff for: ‎.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
- deploy
1010

1111
variables:
12-
IRRLICHT_TAG: "1.9.0mt2"
12+
IRRLICHT_TAG: "1.9.0mt3"
1313
MINETEST_GAME_REPO: "https://github.com/minetest/minetest_game.git"
1414
CONTAINER_IMAGE: registry.gitlab.com/$CI_PROJECT_PATH
1515

Diff for: ‎util/buildbot/buildwin32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ -z "$toolchain_file" ]; then
3030
fi
3131
echo "Using $toolchain_file"
3232

33-
irrlicht_version=1.9.0mt2
33+
irrlicht_version=1.9.0mt3
3434
ogg_version=1.3.4
3535
vorbis_version=1.3.7
3636
curl_version=7.76.1

Diff for: ‎util/buildbot/buildwin64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ -z "$toolchain_file" ]; then
3030
fi
3131
echo "Using $toolchain_file"
3232

33-
irrlicht_version=1.9.0mt2
33+
irrlicht_version=1.9.0mt3
3434
ogg_version=1.3.4
3535
vorbis_version=1.3.7
3636
curl_version=7.76.1

Diff for: ‎util/ci/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_linux_deps() {
1111
shift
1212
pkgs+=(libirrlicht-dev)
1313
else
14-
wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt2/ubuntu-bionic.tar.gz"
14+
wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt3/ubuntu-bionic.tar.gz"
1515
sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local
1616
fi
1717

0 commit comments

Comments
 (0)
Please sign in to comment.