agentics-cli


Logs | Files | GitLab


1
commit f7d65af34f4e3c8a8589d8f301d08986c195e0a1 (HEAD -> master, origin/master)
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri Aug 28 18:21:59 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 bff969f..5769e5e 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 = 2.1.106
19
+	pkgver = 2.1.107
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-2.1.106-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-2.1.106-x86_64.enc
28
-	sha512sums = 20399a1a30e7168e9696e052cc5ed3cf3b478255105075b260f83ca61a8bb095920199a1bce5bceddbc131b4208a74ca0d349877bd591a634fa7a4a359b164a3
29
+	source = agentics-cli-2.1.107-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-2.1.107-x86_64.enc
30
+	sha512sums = 00f82db31d382de1d057f2ee9aad81d2cd13479716107aae2a32cb3d33e0318e59c0b056f919c0496cc0a97218abdfc3e4802b0352ca521f8fc029f0f68b4f3d
31
 
32
 pkgname = agentics-cli
33
diff --git a/PKGBUILD b/PKGBUILD
34
index e784b78..4ef2fc6 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=2.1.106
42
+pkgver=2.1.107
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-2.1.106-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-2.1.106-x86_64.enc")
51
-sha512sums=('20399a1a30e7168e9696e052cc5ed3cf3b478255105075b260f83ca61a8bb095920199a1bce5bceddbc131b4208a74ca0d349877bd591a634fa7a4a359b164a3')
52
+source=("agentics-cli-2.1.107-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-2.1.107-x86_64.enc")
53
+sha512sums=('00f82db31d382de1d057f2ee9aad81d2cd13479716107aae2a32cb3d33e0318e59c0b056f919c0496cc0a97218abdfc3e4802b0352ca521f8fc029f0f68b4f3d')
54
 
55
 package() {
56
-  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"
57
+  install -Dm644 "$srcdir/agentics-cli-2.1.107-x86_64.enc" "$pkgdir/opt/agentics/components/cli/2.1.107/cli-2.1.107-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.' \