deps: update extension to 0.2.1

This commit is contained in:
Fedor Indutny 2025-01-02 12:15:10 -08:00
parent aedb91ab92
commit 841b625bd4

4
deps/download.js vendored
View File

@ -6,9 +6,9 @@ const { Transform } = require('stream');
const { pipeline } = require('stream/promises');
const BASE_URI = `https://build-artifacts.signal.org/desktop`;
const HASH = 'b0dbebe5b2d81879984bfa2318ba364fb4d436669ddc1668d2406eaaaee40b7e';
const HASH = '9d2afebba9bfd8f18afd36a90a800df84fcf6975defacbfa1e1c5e1e8a6d05f1';
const SQLCIPHER_VERSION = '4.6.1-signal-patch2';
const EXTENSION_VERSION = '0.2.0';
const EXTENSION_VERSION = '0.2.1';
const TAG = [SQLCIPHER_VERSION, EXTENSION_VERSION].join('--');
const URL = `${BASE_URI}/sqlcipher-v2-${TAG}-${HASH}.tar.gz`;