diff --git a/scripts/build_sword.sh b/scripts/build_sword.sh index 40280f1..ed609bc 100755 --- a/scripts/build_sword.sh +++ b/scripts/build_sword.sh @@ -31,7 +31,7 @@ fi # CLONE SWORD git clone https://github.com/bibletime/crosswire-sword-mirror sword -git -C sword checkout 1460f9 +git -C sword checkout 574325 patch --batch --forward -d sword -p 0 < patch/sword_globconf.patch # PATCHES diff --git a/scripts/get_sword_build_win32.ps1 b/scripts/get_sword_build_win32.ps1 index 5e9f811..52f4542 100644 --- a/scripts/get_sword_build_win32.ps1 +++ b/scripts/get_sword_build_win32.ps1 @@ -34,7 +34,7 @@ $headers = @{} $github_token = $env:GITHUB_TOKEN # --- Set the uri for the release -$URI = "https://api.github.com/repos/ezra-bible-app/sword-build-win32/releases/tags/v1.8.900-2022-11-06" +$URI = "https://api.github.com/repos/ezra-bible-app/sword-build-win32/releases/tags/v1.9.0-2024-01-21" if ($Env:CI -eq "true") { Write-Host "GitHub actions build ... using GITHUB_TOKEN for authentication!"