agentics-cli


Logs | Files | GitLab


1
commit c51f60014c5a1fdb4f9a95b91fff2479e2f39b5e
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri Aug 14 05:47:03 2026 +0200
4
5
    agentics-cli : Agentics ecosystem package
6
---
7
 .SRCINFO | 6 +++---
8
 PKGBUILD | 8 ++++----
9
 2 files changed, 7 insertions(+), 7 deletions(-)
10
11
diff --git a/.SRCINFO b/.SRCINFO
12
index e1f9028..2d196d4 100644
13
--- a/.SRCINFO
14
+++ b/.SRCINFO
15
@@ -1,6 +1,6 @@
16
 pkgbase = agentics-cli
17
 	pkgdesc = Agentics CLI - the terminal Orb, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher
18
-	pkgver = 0.2.32
19
+	pkgver = 0.2.37
20
 	pkgrel = 1
21
 	url = https://agentics.co.za
22
 	arch = x86_64
23
@@ -8,7 +8,7 @@ pkgbase = agentics-cli
24
 	depends = agentics
25
 	options = !strip
26
 	options = !debug
27
-	source = agentics-cli-0.2.32-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.32-x86_64.enc
28
-	sha512sums = 72754b3a8180dc48d48ae35e91d0b596d233514772cf895d73aa324c93bbbd7288e67ca8a8650bbc3e3bb8486b1968fd2fa7ff3c5f903f2b4e42f4bbbadfa3d8
29
+	source = agentics-cli-0.2.37-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.37-x86_64.enc
30
+	sha512sums = d3e98ab949e4fd25cf71397a089610913b52dc457bab7290e9e6b94a98ac3fa0eef4a356179d4a1799e4f55d3282dfaa4a4621d2a98eab2e8ef3b66687b151be
31
 
32
 pkgname = agentics-cli
33
diff --git a/PKGBUILD b/PKGBUILD
34
index 91d8de2..b0daefe 100644
35
--- a/PKGBUILD
36
+++ b/PKGBUILD
37
@@ -1,7 +1,7 @@
38
 # Maintainer: Connor Etherington <[email protected]>
39
 # ---
40
 pkgname=agentics-cli
41
-pkgver=0.2.32
42
+pkgver=0.2.37
43
 pkgrel=1
44
 pkgdesc="Agentics CLI - the terminal Orb, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher"
45
 arch=('x86_64')
46
@@ -9,11 +9,11 @@ url="https://agentics.co.za"
47
 license=('custom')
48
 depends=('agentics')
49
 options=('!strip' '!debug')
50
-source=("agentics-cli-0.2.32-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.32-x86_64.enc")
51
-sha512sums=('72754b3a8180dc48d48ae35e91d0b596d233514772cf895d73aa324c93bbbd7288e67ca8a8650bbc3e3bb8486b1968fd2fa7ff3c5f903f2b4e42f4bbbadfa3d8')
52
+source=("agentics-cli-0.2.37-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.37-x86_64.enc")
53
+sha512sums=('d3e98ab949e4fd25cf71397a089610913b52dc457bab7290e9e6b94a98ac3fa0eef4a356179d4a1799e4f55d3282dfaa4a4621d2a98eab2e8ef3b66687b151be')
54
 
55
 package() {
56
-  install -Dm644 "$srcdir/agentics-cli-0.2.32-x86_64.enc" "$pkgdir/opt/agentics/components/cli/0.2.32/cli-0.2.32-linux-amd64.enc"
57
+  install -Dm644 "$srcdir/agentics-cli-0.2.37-x86_64.enc" "$pkgdir/opt/agentics/components/cli/0.2.37/cli-0.2.37-linux-amd64.enc"
58
   install -dm755 "$pkgdir/usr/share/doc/agentics-cli"
59
   printf '%s\n' \
60
     'agentics-cli ships the encrypted Agentics cli component.' \