[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive e9eb705e85 12/20: Meta: Bump hyper-gateway-ushi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive e9eb705e85 12/20: Meta: Bump hyper-gateway-ushin to 3.11.0: Block-Length{, -Downloaded} |
Date: |
Tue, 6 Aug 2024 01:00:35 -0400 (EDT) |
branch: elpa/hyperdrive
commit e9eb705e85794b374329c34413d40dacd6c3d01e
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Meta: Bump hyper-gateway-ushin to 3.11.0: Block-Length{,-Downloaded}
---
hyperdrive-vars.el | 2 +-
hyperdrive.el | 25 ++++++++++++-------------
2 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 12daf19ac6..fc2ede7c43 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -381,7 +381,7 @@ values are alists mapping version range starts to plists
with
;;;;; Internals
(defvar h/gateway-version-expected
- '(:name "hyper-gateway-ushin" :version "3.10.2"))
+ '(:name "hyper-gateway-ushin" :version "3.11.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 4950283034..ba7fc76be0 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1387,21 +1387,20 @@ Intended for relative (i.e. non-full) URLs."
;; TODO: sr.ht build (<https://builds.sr.ht/~ushin/job/1247130#task-setup>)
;; fail due to a kernel issue: https://github.com/nodejs/node/issues/53051
'((gnu/linux
- ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.10.2/hyper-gateway-ushin-linux"
- :sha256
"4a79a406ab8e6f8f9c4e47bd7f001c6673c81e1357c3977e0dddfac777a57204")
- ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.10.2/hyper-gateway-linux-v3.10.2"
- :sha256
"4a79a406ab8e6f8f9c4e47bd7f001c6673c81e1357c3977e0dddfac777a57204"))
+ ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.11.0/hyper-gateway-ushin-linux"
+ :sha256
"2074ec69c3e699105e132e774996c15ba3d9f14019f0cf5bc1bd15c35f7524c7")
+ ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.11.0/hyper-gateway-linux-v3.11.0"
+ :sha256
"69d8ee0bc6442de9e57962bcf151febee6b93607907e846ba8ec5d2ad2605d38"))
(darwin
- ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.10.2/hyper-gateway-ushin-macos"
- :sha256
"84ee621756dce98597f43b45942af812c9f3b200f31f769a53d077bf7e8b1156")
- ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.10.2/hyper-gateway-macos-v3.10.2"
- :sha256
"84ee621756dce98597f43b45942af812c9f3b200f31f769a53d077bf7e8b1156"))
+ ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.11.0/hyper-gateway-ushin-macos"
+ :sha256
"219d673ea28dbc69f7cb5fbd5a01ed2b69f3f281f1e22f0d20e871c755eb02cf")
+ ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.11.0/hyper-gateway-macos-v3.11.0"
+ :sha256
"c7dd08005037e6b27aafffe79d70255179a1c95a4699ba227d4b79f18badf38b"))
(windows-nt
- ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.10.2/hyper-gateway-ushin-windows.exe"
- :sha256
"691105d1657627d2ac5e56b6b598ce3572beaa601663a55a86135b8cd1c6657d")
- ;; ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.10.2/hyper-gateway-windows-v3.10.2.exe"
- ;; :sha256 "")
- ))
+ ( :url
"https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.11.0/hyper-gateway-ushin-windows.exe"
+ :sha256
"1e4e303766e1043355d27387e487e4296c03a3d6877d5920c6ae4c12d80f7bd4")
+ ( :url
"https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.11.0/hyper-gateway-windows-v3.11.0.exe"
+ :sha256
"69277b1748d16d274644151a1c7dbcaa7290689ae44f79ffba94a29f77978f4b")))
"Alist mapping `system-type' to URLs where the gateway can be downloaded.")
;;;###autoload
- [nongnu] elpa/hyperdrive 8bf9c94886 04/20: Change: (h/dir--format-entry) Faces for download state, (continued)
- [nongnu] elpa/hyperdrive 8bf9c94886 04/20: Change: (h/dir--format-entry) Faces for download state, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 5291373a40 02/20: Change: (h//fill-listing-entries) Fill blocks, blocks-downloaded, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive fcd07bbe46 10/20: Change: (hyperdrive-dir-handler) Remove call to he//fill, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 83bc480440 03/20: Change: (he//fill) Fill etc slot: blocks, blocks-downloaded, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 047abe89e2 17/20: Merge: Show how much of a file is downloaded in directory view, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 1d719631f0 07/20: Fix: (he//fill) Don't set nil values, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 14f0bd4aeb 08/20: Add: (he//invalidate) Move into separate function, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive af85d6a79b 01/20: Change: (h/entry) Note blocks, blocks-downloaded in etc slot, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 8f44b09e9f 09/20: Change: (he//api-then) Fill entry metadata, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive b10d5da0e2 11/20: Change: (he//api-then) Invalidate entry after filling metadata, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive e9eb705e85 12/20: Meta: Bump hyper-gateway-ushin to 3.11.0: Block-Length{, -Downloaded},
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 4768ce0640 18/20: Fix: (he//api-then) Only fill h/latest-version with latest version, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive d3c6d26dab 15/20: Docs: Add warning about forgetting files, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 6cf8c74290 13/20: Comment: Remove TODO, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive 3fff771e5c 16/20: Meta: Update changelog, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive d4bbc14823 05/20: Change: (h//history--format-range-entry) Faces for download state, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive a26e5e5b0a 14/20: Docs: Document meaning of directory view file size color, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive dbc2f2075c 19/20: Remove spurious NOTES.org file, ELPA Syncer, 2024/08/06
- [nongnu] elpa/hyperdrive e2803b2290 20/20: Docs: Typo, ELPA Syncer, 2024/08/06