desktop: update patched better-sqlite3-multiple-ciphers to 11.6.1

This commit is contained in:
Abdullah Atta
2025-05-16 12:52:11 +05:00
parent c8c21d210b
commit 86b8a2ae8c

View File

@@ -34,7 +34,7 @@ export async function patchBetterSQLite3() {
);
const json = JSON.parse(await readFile(jsonPath, "utf-8"));
json.version = "11.5.1";
json.version = "11.6.1";
json.homepage = "https://github.com/thecodrr/better-sqlite3-multiple-ciphers";
json.repository.url =
"git://github.com/thecodrr/better-sqlite3-multiple-ciphers.git";