Skip to content

Commit 31088fe

Browse files
committed
Update libtatsu repo for CI
1 parent 40c5d46 commit 31088fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
WOLFSSL_VERSION: 5.6.3
1515
OPENSSL_VERSION: 3.1.7
1616
LIBCURL_VERSION: 7.79.1
17-
LIBTATSU_VERSION: 1.0.4
17+
LIBTATSU_VERSION: 1.0.5
1818

1919
jobs:
2020

@@ -298,7 +298,7 @@ jobs:
298298
- name: build libtatsu
299299
run: |
300300
wget -q -nc -P ${BUILD_SOURCE} \
301-
https://github.com/libimobiledevice/libtatsu/archive/${LIBTATSU_VERSION}.tar.gz
301+
https://github.com/futurerestore/libtatsu/archive/${LIBTATSU_VERSION}.tar.gz
302302
tar xf ${BUILD_SOURCE}/${LIBTATSU_VERSION}.tar.gz -C ${BUILD_WORK}
303303
echo "${LIBTATSU_VERSION}" > ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}/.tarball-version
304304
cd ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}

0 commit comments

Comments
 (0)