Skip to content

Commit 8092439

Browse files
committed
update tool versions
1 parent f14cd29 commit 8092439

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

build-devkit.sh

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ DSWIFI_VER=0.4.2
3535
MAXMOD_VER=1.0.11
3636
FILESYSTEM_VER=0.9.13-1
3737
LIBFAT_VER=1.1.2
38-
DSTOOLS_VER=1.1.0
39-
GRIT_VER=0.8.14
40-
NDSTOOL_VER=2.1.0
41-
MMUTIL_VER=1.8.6
38+
DSTOOLS_VER=1.2.1
39+
GRIT_VER=0.8.15
40+
NDSTOOL_VER=2.1.1
41+
MMUTIL_VER=1.8.7
4242

4343
DFU_UTIL_VER=0.9.1
4444
STLINK_VER=1.2.3
@@ -47,8 +47,9 @@ GAMECUBE_TOOLS_VER=1.0.2
4747
LIBOGC_VER=1.8.17
4848
WIILOAD_VER=0.5.1
4949

50-
LIBCTRU_VER=1.4.0
51-
CITRO3D_VER=1.3.1
50+
LIBCTRU_VER=1.5.0
51+
CITRO3D_VER=1.4.0
52+
CITRO2D_VER=1.0.0
5253
TOOLS3DS_VER=1.1.4
5354
LINK3DS_VER=0.5.2
5455
PICASSO_VER=2.7.0
@@ -208,7 +209,8 @@ if [ $VERSION -eq 1 ]; then
208209
targetarchives="libnds-src-${LIBNDS_VER}.tar.bz2 libgba-src-${LIBGBA_VER}.tar.bz2
209210
libmirko-src-${LIBMIRKO_VER}.tar.bz2 dswifi-src-${DSWIFI_VER}.tar.bz2 maxmod-src-${MAXMOD_VER}.tar.bz2
210211
default_arm7-src-${DEFAULT_ARM7_VER}.tar.bz2 libfilesystem-src-${FILESYSTEM_VER}.tar.bz2
211-
libfat-src-${LIBFAT_VER}.tar.bz2 libctru-src-${LIBCTRU_VER}.tar.bz2 citro3d-src-${CITRO3D_VER}.tar.bz2"
212+
libfat-src-${LIBFAT_VER}.tar.bz2 libctru-src-${LIBCTRU_VER}.tar.bz2 citro3d-src-${CITRO3D_VER}.tar.bz2
213+
citro2d-src-${CITRO2D_VER}.tar.bz2"
212214

213215
hostarchives="gbatools-$GBATOOLS_VER.tar.bz2 gp32tools-$GP32_TOOLS_VER.tar.bz2
214216
dstools-$DSTOOLS_VER.tar.bz2 grit-$GRIT_VER.tar.bz2 ndstool-$NDSTOOL_VER.tar.bz2

0 commit comments

Comments
 (0)