惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
H
Help Net Security
雷峰网
雷峰网
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
GbyAI
GbyAI
博客园_首页
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Google DeepMind News
Google DeepMind News
D
Docker
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog

AUR Newest Packages

fast-syntax-highlighting-git AUR (en) - tdesktop-nolimit AUR (en) - python-gmsh-bin AUR (en) - python-cad_to_openmc-git AUR (en) - yaak-cli-bin AUR (en) - nss-altfiles AUR (en) - loof AUR (en) - deez-notes-bin AUR (en) - flexbv-bin AUR (en) - urxvt-tabbedex-git AUR (en) - kernelstub-git AUR (en) - whispers-git AUR (en) - whispers-bin AUR (en) - kwin-scripts-magnetile AUR (en) - squelchbox AUR (en) - ai-quota-waybar-git AUR (en) - netchecker-git css-git csgo-git counter-strike-global-offensive counter-strike-1.6 counter-strike-source-git AUR (en) - rime-nguphing AUR (en) - vita-presence-rs-bin AUR (en) - vita-presence-rs AUR (en) - rmpv-git AUR (en) - mount-manager AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - netchecker
AUR (en) - hermes-agent-desktop-bin
2026-05-11 · via AUR Newest Packages

Latest Comments

latte_macchiato commented on 2026-05-14 00:31 (UTC)

.deb packages are simple in that regard, can just poll the github api

latte_macchiato commented on 2026-05-14 00:31 (UTC)

just a good ol nushell script

ryukinix commented on 2026-05-14 00:26 (UTC)

@latte_macchiato I'm just curious: how did you automated exactly?

latte_macchiato commented on 2026-05-13 22:27 (UTC)

updated, also automated future packaging

ryukinix commented on 2026-05-13 20:05 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index f145257..e90bdba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = hermes-agent-desktop-bin
        pkgdesc = Desktop companion for Hermes Agent
-       pkgver = 0.3.5
+       pkgver = 0.3.7
        pkgrel = 1
        url = https://github.com/fathah/hermes-desktop
        arch = x86_64
@@ -25,9 +25,7 @@ pkgbase = hermes-agent-desktop-bin
        conflicts = hermes-agent-desktop
        conflicts = hermes-desktop
        options = !strip
-       source = hermes-desktop-0.3.5-LICENSE::https://raw.githubusercontent.com/fathah/hermes-desktop/v0.3.5/LICENSE
-       sha256sums = 85d12b0f8894e7095f904a9a89fcfaea1b0d037cbfb4a12aba81daa87bcdbcd4
-       source_x86_64 = hermes-desktop_0.3.5_amd64.deb::https://github.com/fathah/hermes-desktop/releases/download/v0.3.5/hermes-desktop_0.3.5_amd64.deb
-       sha256sums_x86_64 = 1e3d83a41ed18657e92158d590eb0d9b760dbbb3fce8500b7c0d0be801f3fe0b
+       source = hermes-desktop-0.3.7-LICENSE::https://raw.githubusercontent.com/fathah/hermes-desktop/v0.3.7/LICENSE
+       source_x86_64 = hermes-desktop_0.3.7_amd64.deb::https://github.com/fathah/hermes-desktop/releases/download/v0.3.7/hermes-desktop_0.3.7_amd64.deb

 pkgname = hermes-agent-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3f3fecc..d0985ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=hermes-agent-desktop-bin
 _pkgname=hermes-desktop
-pkgver=0.3.5
+pkgver=0.3.7
 pkgrel=1
 pkgdesc='Desktop companion for Hermes Agent'
 arch=('x86_64')
@@ -33,7 +33,7 @@ options=('!strip')
 source=("${_pkgname}-${pkgver}-LICENSE::https://raw.githubusercontent.com/fathah/hermes-desktop/v${pkgver}/LICENSE")
 source_x86_64=("${_pkgname}_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
 sha256sums=('85d12b0f8894e7095f904a9a89fcfaea1b0d037cbfb4a12aba81daa87bcdbcd4')
-sha256sums_x86_64=('1e3d83a41ed18657e92158d590eb0d9b760dbbb3fce8500b7c0d0be801f3fe0b')
+sha256sums_x86_64=('3f3f56b9698de9e5c85fca496ba01a2e9d29e67bae0726f974766553cde24c4b')

 package() {
   bsdtar -xOf "${srcdir}/${_pkgname}_${pkgver}_amd64.deb" data.tar.xz |

Diff with 0.3.7 update