Skip to content

Commit

Permalink
sqlite3multipleciphers: Update to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2025
1 parent 4edac80 commit eee5e94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/sqlite3multipleciphers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.4",
"version": "2.1.0",
"description": "SQLite3 encryption extension with support for multiple ciphers (With ICU support)",
"homepage": "https://utelle.github.io/SQLite3MultipleCiphers/",
"license": "MIT",
Expand All @@ -12,12 +12,12 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v2.0.4/sqlite3mc-2.0.4-sqlite-3.49.1-icu-win64.zip",
"hash": "d42b7e841a6a4ba1240e09721769b2214f4918f435973dede545c55869ba4d9a"
"url": "https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v2.1.0/sqlite3mc-2.1.0-sqlite-3.49.1-icu-win64.zip",
"hash": "e0d3d24d1fa2aa0123663ac97a6bca7f1f6b6a31fac180ca08461a77f5f2f910"
},
"32bit": {
"url": "https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v2.0.4/sqlite3mc-2.0.4-sqlite-3.49.1-icu-win32.zip",
"hash": "de9ed214de55bd18a58c4499b3d7bb720131b3172ad4e37224f0cfa87ed47ee5"
"url": "https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v2.1.0/sqlite3mc-2.1.0-sqlite-3.49.1-icu-win32.zip",
"hash": "bcb52f050b985c173d440cf3be51fc43170a57d521cbf97bbdf636bf4ccebdf0"
}
},
"pre_install": "Get-ChildItem \"$dir\\bin\\sqlite3mc_shellicu*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'sqlite3mcicu.exe'",
Expand Down

0 comments on commit eee5e94

Please sign in to comment.