| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit 0eb891ad857a194790841e5eadf9ea1989b8723a (HEAD -> master, origin/master) |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Sun Aug 23 19:14:44 2026 +0200 |
| 4 | |
| 5 | agentics-vocal-auth : 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 2600464..ac20c5a 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -1,6 +1,6 @@ |
| 16 | pkgbase = agentics-vocal-auth |
| 17 | pkgdesc = Agentics Vocal Auth - speaker verification, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher |
| 18 | - pkgver = 0.1.11 |
| 19 | + pkgver = 0.1.13 |
| 20 | pkgrel = 1 |
| 21 | url = https://agentics.co.za |
| 22 | arch = x86_64 |
| 23 | @@ -8,7 +8,7 @@ pkgbase = agentics-vocal-auth |
| 24 | depends = agentics |
| 25 | options = !strip |
| 26 | options = !debug |
| 27 | - source = agentics-vocal-auth-0.1.11-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-vocal-auth-0.1.11-x86_64.enc |
| 28 | - sha512sums = b045b98cc29cd636f9066a6f1f450157cb34fd52644ef2080d53a11c9a913f07d94fa9a24812408abac58cdc5c239c51bffd26b968144dc2350afdde8af6aa8d |
| 29 | + source = agentics-vocal-auth-0.1.13-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-vocal-auth-0.1.13-x86_64.enc |
| 30 | + sha512sums = d0461217ed9d6b046ea6d2e03bfa7fdd94f7f87391d7867a9334c3845dcea08c281a1796019e12fb5b0f03f13e4350b3dc2a58f29a8e295f84da0aa75de4b137 |
| 31 | |
| 32 | pkgname = agentics-vocal-auth |
| 33 | diff --git a/PKGBUILD b/PKGBUILD |
| 34 | index 62e3860..d2a8b21 100644 |
| 35 | --- a/PKGBUILD |
| 36 | +++ b/PKGBUILD |
| 37 | @@ -1,7 +1,7 @@ |
| 38 | # Maintainer: Connor Etherington <[email protected]> |
| 39 | # --- |
| 40 | pkgname=agentics-vocal-auth |
| 41 | -pkgver=0.1.11 |
| 42 | +pkgver=0.1.13 |
| 43 | pkgrel=1 |
| 44 | pkgdesc="Agentics Vocal Auth - speaker verification, 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-vocal-auth-0.1.11-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-vocal-auth-0.1.11-x86_64.enc") |
| 51 | -sha512sums=('b045b98cc29cd636f9066a6f1f450157cb34fd52644ef2080d53a11c9a913f07d94fa9a24812408abac58cdc5c239c51bffd26b968144dc2350afdde8af6aa8d') |
| 52 | +source=("agentics-vocal-auth-0.1.13-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-vocal-auth-0.1.13-x86_64.enc") |
| 53 | +sha512sums=('d0461217ed9d6b046ea6d2e03bfa7fdd94f7f87391d7867a9334c3845dcea08c281a1796019e12fb5b0f03f13e4350b3dc2a58f29a8e295f84da0aa75de4b137') |
| 54 | |
| 55 | package() { |
| 56 | - install -Dm644 "$srcdir/agentics-vocal-auth-0.1.11-x86_64.enc" "$pkgdir/opt/agentics/components/vocalauth/0.1.11/vocalauth-0.1.11-linux-amd64.enc" |
| 57 | + install -Dm644 "$srcdir/agentics-vocal-auth-0.1.13-x86_64.enc" "$pkgdir/opt/agentics/components/vocalauth/0.1.13/vocalauth-0.1.13-linux-amd64.enc" |
| 58 | install -dm755 "$pkgdir/usr/share/doc/agentics-vocal-auth" |
| 59 | printf '%s\n' \ |
| 60 | 'agentics-vocal-auth ships the encrypted Agentics vocalauth component.' \ |