agentics-cli


Logs | Files | GitLab


1
commit 60e715947d8e134b9301cb0ff6320611eadfec46
2
Author: Connor Etherington <[email protected]>
3
Date:   Sun Aug 23 19:14:15 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 2d196d4..bff969f 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.37
19
+	pkgver = 2.1.106
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.37-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.37-x86_64.enc
28
-	sha512sums = d3e98ab949e4fd25cf71397a089610913b52dc457bab7290e9e6b94a98ac3fa0eef4a356179d4a1799e4f55d3282dfaa4a4621d2a98eab2e8ef3b66687b151be
29
+	source = agentics-cli-2.1.106-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-2.1.106-x86_64.enc
30
+	sha512sums = 20399a1a30e7168e9696e052cc5ed3cf3b478255105075b260f83ca61a8bb095920199a1bce5bceddbc131b4208a74ca0d349877bd591a634fa7a4a359b164a3
31
 
32
 pkgname = agentics-cli
33
diff --git a/PKGBUILD b/PKGBUILD
34
index b0daefe..e784b78 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.37
42
+pkgver=2.1.106
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.37-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.37-x86_64.enc")
51
-sha512sums=('d3e98ab949e4fd25cf71397a089610913b52dc457bab7290e9e6b94a98ac3fa0eef4a356179d4a1799e4f55d3282dfaa4a4621d2a98eab2e8ef3b66687b151be')
52
+source=("agentics-cli-2.1.106-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-2.1.106-x86_64.enc")
53
+sha512sums=('20399a1a30e7168e9696e052cc5ed3cf3b478255105075b260f83ca61a8bb095920199a1bce5bceddbc131b4208a74ca0d349877bd591a634fa7a4a359b164a3')
54
 
55
 package() {
56
-  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"
57
+  install -Dm644 "$srcdir/agentics-cli-2.1.106-x86_64.enc" "$pkgdir/opt/agentics/components/cli/2.1.106/cli-2.1.106-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.' \