






















just a good ol nushell script
@latte_macchiato I'm just curious: how did you automated exactly?
updated, also automated future packaging
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
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
.deb packages are simple in that regard, can just poll the github api