Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pocket-sync to 2.4.0 #36

Merged
merged 3 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions 0001-Disable-Tauri-auto-updater.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
From e1d9e4233c9ce21a380d70d14bf2ddefb398ee62 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
Date: Wed, 1 Feb 2023 22:01:55 +0100
Subject: [PATCH] Disable Tauri auto-updater

It wouldn't be able to update itself anyway, as the binary can't
overwrite itself.
---
src-tauri/tauri.conf.json | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index fe3c071..40fe791 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -68,12 +68,7 @@
"csp": null
},
"updater": {
- "active": true,
- "dialog": true,
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVEQzEwQTA4MUMwQTk0OEEKUldTS2xBb2NDQXJCN1VXbjJHZVZhTkpvcDJTTHcxRXFRd3F4S2dMcS9yc1NJZ2xxbFMvZFJWUS8K",
- "endpoints": [
- "https://github.com/neil-morrison44/pocket-sync/releases/latest/download/latest.json"
- ]
+ "active": false
},
"windows": [
{
--
2.39.1

13 changes: 13 additions & 0 deletions cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,19 @@
"dest": "cargo/vendor/mime-0.3.16",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/minisign-verify/minisign-verify-0.2.1.crate",
"sha256": "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881",
"dest": "cargo/vendor/minisign-verify-0.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881\", \"files\": {}}",
"dest": "cargo/vendor/minisign-verify-0.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
Expand Down
1 change: 1 addition & 0 deletions io.github.neil_morrison44.pocket-sync.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</screenshots>

<releases>
<release version="2.4.0" date="2023-01-31"/>
<release version="2.3.0" date="2023-01-28"/>
<release version="2.2.1" date="2023-01-14"/>
<release version="2.2.0" date="2023-01-12"/>
Expand Down
6 changes: 4 additions & 2 deletions io.github.neil_morrison44.pocket-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ modules:
sources:
- type: git
url: https://github.com/neil-morrison44/pocket-sync
tag: v2.3.0
tag: v2.4.0
x-checker-data:
type: git
# Generated with:
# npm i --package-lock-only
# .../flatpak-builder-tools/node/flatpak-node-generator.py npm package-lock.json
commit: e1a407ecf1d8ba695dfcce8f28fea0ee4129a583
commit: 203d2d4f9a890d99ab39c64b3afdd393621ad496
- node-sources.json
# Generated with .../flatpak-builder-tools/cargo/flatpak-cargo-generator.py src-tauri/Cargo.lock
- cargo-sources.json
- type: patch
path: 0001-Disable-Tauri-auto-updater.patch
- type: file
path: io.github.neil_morrison44.pocket-sync.appdata.xml
- type: file
Expand Down