Skip to content

Commit 8628a74

Browse files
author
Paweł Salawa
committed
SQLite version update
1 parent 8c3801e commit 8628a74

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lin_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
TCL_VERSION: '8.6'
3-
SQLITE_VERSION: '3510200'
3+
SQLITE_VERSION: '3530200'
44
PYTHON_VERSION: '3.13'
55
PORTABLE_DIR: ${{ github.workspace }}/output/portable/Letos
66
ICU_VERSION: '73.2'

.github/workflows/mac_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
PYTHON_VERSION: '3.13'
55
ICU_VERSION: '76.1'
66
ICU_URL: 'https://github.com/unicode-org/icu/archive/refs/tags/release-76-1.tar.gz'
7-
SQLITE_VERSION: '3510100'
7+
SQLITE_VERSION: '3530200'
88
PORTABLE_DIR: ${{ github.workspace }}/output/portable/Letos
99
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1010

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
TCL_VERSION: '8.6'
3-
SQLITE_VERSION: '3510200'
3+
SQLITE_VERSION: '3530200'
44
PORTABLE_DIR: ${{ github.workspace }}/output/portable/Letos
55

66
name: Unit tests

.github/workflows/win_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
SQLITE_VERSION: '3510200'
2+
SQLITE_VERSION: '3530200'
33
PORTABLE_DIR: output/portable/Letos
44
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
55
SIGNPATH_CERT: 'release-signing'

0 commit comments

Comments
 (0)