Skip to content

Commit 44e3add

Browse files
committed
Update download links and hashes for 1.1.2
1 parent c3e6f15 commit 44e3add

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the [FAQ](FAQ.md) for more details about common questions.
1414

1515
This wallet uses [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). Current bundle hashes:
1616

17-
* Main bundle: `bundle.js -> sha256-aLKIDUok0hgMOMrcYg5j6lVNIxCP6cxkUsg1WSgOKME=`
17+
* Main bundle: `bundle.js -> sha256-9g5XZSyd+78PL16fgMzX+1Mi0CyHhZB6KTTJXZmuTe4=`
1818
* Optional Ledger bundle: `bundle-ledger.js -> sha256-YAYhd7BrnvEu1hpJP4wn75W3ARqRZ2Mmli7im5oyKJY=`
1919

2020
Advanced users can verify the source integrity by comparing the hashes in their page source to these values.

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ interface Config {
4545

4646
const desktopUrls = {
4747
windows:
48-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.1/Celo-Wallet-1.1.1-win.exe',
48+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.2/Celo-Wallet-1.1.2-win.exe',
4949
mac:
50-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.1/Celo-Wallet-1.1.1-mac.dmg',
50+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.2/Celo-Wallet-1.1.2-mac.dmg',
5151
linux:
52-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.1/Celo-Wallet-1.1.1-linux-x86_64.AppImage',
52+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.2/Celo-Wallet-1.1.2-linux-x86_64.AppImage',
5353
}
5454

5555
// eslint-disable-next-line @typescript-eslint/no-unused-vars

0 commit comments

Comments
 (0)