Skip to content

Commit 931421d

Browse files
committed
configure.ac: update to November 2022
compile.sh: switch tuxera.com to https
1 parent 548a12d commit 931421d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compile.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ case "$crosscompile_target" in
3939
VER_LIBEWF=
4040
;;
4141
*-msdosdjgpp)
42-
VER_LIBNTFS3G="2014.2.15"
42+
VER_LIBNTFS3G="2022.5.17"
4343
VER_NTFSPROGS=
4444
VER_E2FSPROGS="1.42.8"
4545
;;
@@ -184,7 +184,7 @@ if [ ! -e "$compiledir"/ntfsprogs-$VER_LIBNTFS3G/configure ];
184184
then
185185
if [ ! -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ];
186186
then
187-
$WGET http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz
187+
$WGET https://tuxera.com/opensource/ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz
188188
fi
189189
if [ -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ];
190190
then

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_INIT([testdisk],[7.2-WIP],[[email protected]])
66
AC_LANG(C)
77
sinclude(acx_pthread.m4)
88
sinclude(mkdir.m4)
9-
TESTDISKDATE="July 2022"
9+
TESTDISKDATE="November 2022"
1010
AC_SUBST(TESTDISKDATE)
1111
AC_DEFINE_UNQUOTED([TESTDISKDATE],"$TESTDISKDATE",[Date of release])
1212
AC_CONFIG_AUX_DIR(config)

0 commit comments

Comments
 (0)