From 340c571626189af0b7ee61e37270a5e0dfe2a8d2 Mon Sep 17 00:00:00 2001 From: Tobias Klein Date: Sun, 21 Jan 2024 15:36:45 +0100 Subject: [PATCH] Use sword revision 574325 (fix #52) --- scripts/build_sword.sh | 2 +- scripts/get_sword_build_win32.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!"