[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 7862965b83 02/31: Meta: Update hyper-gateway-us
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 7862965b83 02/31: Meta: Update hyper-gateway-ushin to 3.9.0: Clear cache |
Date: |
Wed, 12 Jun 2024 19:00:39 -0400 (EDT) |
branch: elpa/hyperdrive
commit 7862965b83c84d7a09ea1f361cd4bdbe3538ba1c
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Meta: Update hyper-gateway-ushin to 3.9.0: Clear cache
---
hyperdrive-vars.el | 2 +-
hyperdrive.el | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 31bf171e53..1252b9f7e8 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -380,7 +380,7 @@ values are alists mapping version range starts to plists
with
;;;;; Internals
(defvar h/gateway-version-expected
- '(:name "hyper-gateway-ushin" :version "3.8.0"))
+ '(:name "hyper-gateway-ushin" :version "3.9.0"))
(defvar h/gateway-version-checked-p nil
"Non-nil if the gateway's version has been checked.
diff --git a/hyperdrive.el b/hyperdrive.el
index 561c5947c9..e5f7f9eaba 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1357,20 +1357,20 @@ Intended for relative (i.e. non-full) URLs."
(defvar h/gateway-urls-and-hashes
'((gnu/linux
- ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.8.0/hyper-gateway-ushin-linux"
- :sha256
"8ff669bd378e88a3c80d65861f4088071852afaedf7bba56c88c1a162ed9e4f3")
- ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.8.0/hyper-gateway-linux-v3.8.0"
- :sha256 ""))
+ ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.9.0/hyper-gateway-ushin-linux"
+ :sha256
"d024f8baf169a331adbd215b2d056811cbe1b3d90dbf60ebf0996b345b3d4375")
+ ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.9.0/hyper-gateway-linux-v3.9.0"
+ :sha256
"331dbc0048decd42d197667f96aabdaf25306ba4e7ba0451dd9a2f31868fa86c"))
(darwin
- ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.8.0/hyper-gateway-ushin-macos"
- :sha256
"22f6131f48d740f429690f16baac19b20a2211250360a89580db95415398d03c")
- ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.8.0/hyper-gateway-macos-v3.8.0"
- :sha256 ""))
+ ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.9.0/hyper-gateway-ushin-macos"
+ :sha256
"5347ac71a04bb2a6cb0f9f956561de4c33fff59dac01287b3721a3687615cdb1")
+ ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.9.0/hyper-gateway-macos-v3.9.0"
+ :sha256
"e78d3c1394774fc49212d86827eb615d46ae1a04c82fc0328ac31bbbdb201aa0"))
(windows-nt
- ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.8.0/hyper-gateway-ushin-windows.exe"
- :sha256
"c347255d3fc5e6499fc10bea4d20e62798fb5968960dbbe26d507d11688326bb")
- ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.8.0/hyper-gateway-windows-v3.8.0.exe"
- :sha256 "")))
+ ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.9.0/hyper-gateway-ushin-windows.exe"
+ :sha256
"52e1ad217a6cca972a434ab57646e84c0c3363c8909511f17906d0aa0aa5f2b6")
+ ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.9.0/hyper-gateway-windows-v3.9.0.exe"
+ :sha256
"d4fa29aca473148e2d13215d042e4be40657080035caa2d3a699b741b6a45845")))
"Alist mapping `system-type' to URLs where the gateway can be downloaded.")
;;;###autoload
- [nongnu] elpa/hyperdrive updated (0d04b9b2ea -> ad6c7b90ab), ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive b6896e0ab7 01/31: Fix: (h//fill) Only update version ranges if Etag header is present, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive ab71379d58 06/31: Fix: (h/diff-file-entries) Fill disk-usage from GET request, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive f71f3bd904 11/31: Tidy: (h/seed-url) Use pcase-let instead of pcase, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 7862965b83 02/31: Meta: Update hyper-gateway-ushin to 3.9.0: Clear cache,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 36fe73727c 03/31: Fix: (h/handler-default) Fill disk-usage from GET request, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive df4da23927 14/31: Change: (hyperdrive-new) Remove old workaround for fixed plz issue, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 24f4c589cc 15/31: Comment: Add TODOs, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 750ea89b57 20/31: Comment: Add TODO, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 857edd0a9b 04/31: Comment: (h/handler-streamable) Note limitation regarding disk-usage, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive ad488cd057 05/31: Fix: (h/url-loader) Fill disk-usage from GET request, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive a857869c48 23/31: Change: (h/menu) Add binding for h/clear-cache, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 2446113d98 25/31: Meta: Update changelog, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 316e5579fb 27/31: Change: (h/clear-cache) Prompt for confirmation and report success, ELPA Syncer, 2024/06/12
- [nongnu] elpa/hyperdrive 035b3bc5ac 29/31: Change: (h/forget-file) Rename from h/clear-cache, ELPA Syncer, 2024/06/12