diff options
| -rw-r--r-- | .SRCINFO | 3 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ pkgbase = google-cloud-ops-agent-git pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) - pkgver = 2.25.1.r18.g4f5c90bc5 + pkgver = 2.33.0.r8.g93b07bdd5 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 + arch = aarch64 license = Apache License 2.0 makedepends = cmake makedepends = go @@ -1,11 +1,11 @@ # Maintainer: shulhan <ms@kilabit.info> pkgname=google-cloud-ops-agent-git -pkgver=2.25.1.r18.g4f5c90bc5 +pkgver=2.33.0.r8.g93b07bdd5 pkgrel=1 pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)" -arch=(x86_64) +arch=('x86_64' 'aarch64') url='https://github.com/GoogleCloudPlatform/ops-agent' license=('Apache License 2.0') groups=() |
