branch: elpa/hyperdrive commit 66247fdfdf4461d3c2d70102b3e97d99960021db Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Meta: Update hyper-gateway-ushin to 3.10.1: More headers --- hyperdrive-vars.el | 2 +- hyperdrive.el | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el index 2c9c26ebef..05ff6ce914 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.9.2")) + '(:name "hyper-gateway-ushin" :version "3.10.1")) (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 94901f0253..b1abccf78d 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -1386,21 +1386,21 @@ 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.9.2/hyper-gateway-ushin-linux" - :sha256 "f0cb3e793b3d27ce159e8e034e03b5a14cbdc53d47bd8f0761310792d5b6a7aa") - ;; ( :url "https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.9.2/hyper-gateway-linux-v3.9.2" + ( :url "https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.10.1/hyper-gateway-ushin-linux" + :sha256 "6a93dd6f5b023cc2cc2e99aba728cbcccd4c9ed426b506da0a4b24d8c0ea5afa") + ;; ( :url "https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.10.1/hyper-gateway-linux-v3.10.1" ;; :sha256 "331dbc0048decd42d197667f96aabdaf25306ba4e7ba0451dd9a2f31868fa86c") ) (darwin - ( :url "https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.9.2/hyper-gateway-ushin-macos" - :sha256 "bb472bf7a536eb30bc2443ce90cfca1bf2aa71177afdc1377f4fc9b61414c24c") - ;; ( :url "https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.9.2/hyper-gateway-macos-v3.9.2" + ( :url "https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.10.1/hyper-gateway-ushin-macos" + :sha256 "7072e7fd52626affe5a17380845b50ec5116210d70f409c23bcb5415142a4053") + ;; ( :url "https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.10.1/hyper-gateway-macos-v3.10.1" ;; :sha256 "e78d3c1394774fc49212d86827eb615d46ae1a04c82fc0328ac31bbbdb201aa0") ) (windows-nt - ( :url "https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.9.2/hyper-gateway-ushin-windows.exe" - :sha256 "7a72010cd7bc1b0357673838f5ccb069e58bf3c229bc873bedd0ee9faa805188") - ;; ( :url "https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.9.2/hyper-gateway-windows-v3.9.2.exe" + ( :url "https://codeberg.org/USHIN/hyper-gateway-ushin/releases/download/v3.10.1/hyper-gateway-ushin-windows.exe" + :sha256 "b87aa17bc92c6f5a1c388f5e352a47b228d33c5f177ab6a11aad0312e891df0d") + ;; ( :url "https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/download/v3.10.1/hyper-gateway-windows-v3.10.1.exe" ;; :sha256 "d4fa29aca473148e2d13215d042e4be40657080035caa2d3a699b741b6a45845") )) "Alist mapping `system-type' to URLs where the gateway can be downloaded.")