From f0e3be066c870d29de433137aaa0791366e9d03a Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Sun, 28 Jul 2024 04:24:05 +0300 Subject: [PATCH 1/7] Create cake-wallet.json --- bucket/cake-wallet.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/cake-wallet.json diff --git a/bucket/cake-wallet.json b/bucket/cake-wallet.json new file mode 100644 index 00000000000000..aeac9f592403bf --- /dev/null +++ b/bucket/cake-wallet.json @@ -0,0 +1,33 @@ +{ + "version": "4.19.1", + "description": "An open source, non-custodial, and private multi-currency crypto wallet for Android, iOS, macOS, and Linux.", + "homepage": "https://github.com/cake-tech/cake_wallet", + "license": { + "identifier": "MIT", + "url": "https://github.com/cake-tech/cake_wallet/blob/main/LICENSE.md" + }, + "architecture": { + "32bit": { + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v4.19.1/Cake_Wallet_v4.19.1_Windows_beta.exe", + "hash": "242956c760f6ba66590a10ceab4bdc411631092f70b3b3b04f028d3491bc01de" + } + }, + "innosetup": true, + "bin": "CakeWallet.exe", + "shortcuts": [ + [ + "CakeWallet.exe", + "Cake Wallet" + ] + ], + "checkver": { + "github": "https://github.com/cake-tech/cake_wallet" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" + + } + } + }} From 9c0516839f053a681f7205214efb2e3c5f4d9aaa Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Sun, 28 Jul 2024 04:32:18 +0300 Subject: [PATCH 2/7] Update cake-wallet.json --- bucket/cake-wallet.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bucket/cake-wallet.json b/bucket/cake-wallet.json index aeac9f592403bf..617295db22a6d1 100644 --- a/bucket/cake-wallet.json +++ b/bucket/cake-wallet.json @@ -13,7 +13,6 @@ } }, "innosetup": true, - "bin": "CakeWallet.exe", "shortcuts": [ [ "CakeWallet.exe", From a602db50d243360f80c78c9f345efd3c3bbf7cab Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:07:23 +0300 Subject: [PATCH 3/7] Update cake-wallet.json --- bucket/cake-wallet.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/bucket/cake-wallet.json b/bucket/cake-wallet.json index 617295db22a6d1..52587618ffc2bb 100644 --- a/bucket/cake-wallet.json +++ b/bucket/cake-wallet.json @@ -1,7 +1,7 @@ { "version": "4.19.1", "description": "An open source, non-custodial, and private multi-currency crypto wallet for Android, iOS, macOS, and Linux.", - "homepage": "https://github.com/cake-tech/cake_wallet", + "homepage": "https://cakewallet.com/", "license": { "identifier": "MIT", "url": "https://github.com/cake-tech/cake_wallet/blob/main/LICENSE.md" @@ -12,6 +12,14 @@ "hash": "242956c760f6ba66590a10ceab4bdc411631092f70b3b3b04f028d3491bc01de" } }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" + + } + } + }, "innosetup": true, "shortcuts": [ [ @@ -21,12 +29,5 @@ ], "checkver": { "github": "https://github.com/cake-tech/cake_wallet" - }, - "autoupdate": { - "architecture": { - "32bit": { - "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" - - } - } - }} + } +} From 0eed258feab3034f43d62c1e29e84d76766e8790 Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:24:17 +0300 Subject: [PATCH 4/7] briar: Add version 0.6.1 --- briar.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 briar.json diff --git a/briar.json b/briar.json new file mode 100644 index 00000000000000..3827d53975f972 --- /dev/null +++ b/briar.json @@ -0,0 +1,34 @@ +{ + "version": "0.6.1", + "description": "An open-source software communication technology, intended to provide secure and resilient peer-to-peer communications with no centralized servers and minimal reliance on external infrastructure.", + "homepage": "https://code.briarproject.org/briar/briar-desktop", + "license": { + "identifier": "AGPL-3.0", + "url": "https://code.briarproject.org/briar/briar-desktop/-/blob/main/LICENSE.md" + }, + "architecture": { + "64bit": { + "url": "https://desktop.briarproject.org/msis/0.6.1-beta/Briar-Desktop-0.6.1-beta.msi", + "hash": "cf17e9508eae208adf5a63e0cf497d4212323475cffd42d4e33bd1b9f7cb9302" + } + }, + "checkver": { + "url": "https://briarproject.org/download-briar-desktop/", + "regex": "Briar-Desktop-([\\d.]+)-beta\\.msi" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://desktop.briarproject.org/msis/$version-beta/Briar-Desktop-$version-beta.msi" + + } + } + }, + "extract_dir": "briar", + "shortcuts": [ + [ + "Briar.exe", + "Briar" + ] + ] +} From 2744fb374306d283b8708d3757c0d219f5584262 Mon Sep 17 00:00:00 2001 From: 3xp0rt Date: Sun, 28 Jul 2024 21:33:45 +0300 Subject: [PATCH 5/7] Delete briar.json --- briar.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 briar.json diff --git a/briar.json b/briar.json deleted file mode 100644 index 3827d53975f972..00000000000000 --- a/briar.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "version": "0.6.1", - "description": "An open-source software communication technology, intended to provide secure and resilient peer-to-peer communications with no centralized servers and minimal reliance on external infrastructure.", - "homepage": "https://code.briarproject.org/briar/briar-desktop", - "license": { - "identifier": "AGPL-3.0", - "url": "https://code.briarproject.org/briar/briar-desktop/-/blob/main/LICENSE.md" - }, - "architecture": { - "64bit": { - "url": "https://desktop.briarproject.org/msis/0.6.1-beta/Briar-Desktop-0.6.1-beta.msi", - "hash": "cf17e9508eae208adf5a63e0cf497d4212323475cffd42d4e33bd1b9f7cb9302" - } - }, - "checkver": { - "url": "https://briarproject.org/download-briar-desktop/", - "regex": "Briar-Desktop-([\\d.]+)-beta\\.msi" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://desktop.briarproject.org/msis/$version-beta/Briar-Desktop-$version-beta.msi" - - } - } - }, - "extract_dir": "briar", - "shortcuts": [ - [ - "Briar.exe", - "Briar" - ] - ] -} From 0df61a9bd0df782e7e720f822cd8b272d4e804d9 Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:15:43 +0300 Subject: [PATCH 6/7] Update cake-wallet.json --- bucket/cake-wallet.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bucket/cake-wallet.json b/bucket/cake-wallet.json index 52587618ffc2bb..855b37f2de08ab 100644 --- a/bucket/cake-wallet.json +++ b/bucket/cake-wallet.json @@ -16,10 +16,12 @@ "architecture": { "32bit": { "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" - } } }, + "checkver": { + "github": "https://github.com/cake-tech/cake_wallet" + }, "innosetup": true, "shortcuts": [ [ @@ -27,7 +29,7 @@ "Cake Wallet" ] ], - "checkver": { - "github": "https://github.com/cake-tech/cake_wallet" + "uninstaller": { + "script": "Remove-Item -Recurse -Force \"$env:APPDATA\\com.cakewallet.cake_wallet\" -ErrorAction SilentlyContinue" } } From 714649ec3d8545ebe1b97e9402c8f223d4ab170b Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:45:05 +0300 Subject: [PATCH 7/7] Update cake-wallet.json --- bucket/cake-wallet.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/bucket/cake-wallet.json b/bucket/cake-wallet.json index 855b37f2de08ab..81ac43e63d018e 100644 --- a/bucket/cake-wallet.json +++ b/bucket/cake-wallet.json @@ -6,18 +6,10 @@ "identifier": "MIT", "url": "https://github.com/cake-tech/cake_wallet/blob/main/LICENSE.md" }, - "architecture": { - "32bit": { - "url": "https://github.com/cake-tech/cake_wallet/releases/download/v4.19.1/Cake_Wallet_v4.19.1_Windows_beta.exe", - "hash": "242956c760f6ba66590a10ceab4bdc411631092f70b3b3b04f028d3491bc01de" - } - }, + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v4.19.1/Cake_Wallet_v4.19.1_Windows_beta.exe", + "hash": "242956c760f6ba66590a10ceab4bdc411631092f70b3b3b04f028d3491bc01de", "autoupdate": { - "architecture": { - "32bit": { - "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" - } - } + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" }, "checkver": { "github": "https://github.com/cake-tech/cake_wallet" @@ -28,8 +20,5 @@ "CakeWallet.exe", "Cake Wallet" ] - ], - "uninstaller": { - "script": "Remove-Item -Recurse -Force \"$env:APPDATA\\com.cakewallet.cake_wallet\" -ErrorAction SilentlyContinue" - } + ] }