diff options
| -rw-r--r-- | .SRCINFO | 4 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 2 insertions, 8 deletions
@@ -1,6 +1,6 @@ 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.33.0.r8.g93b07bdd5 + pkgver = 2.34.0.r34.gfdcfea1a4 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 @@ -18,7 +18,6 @@ pkgbase = google-cloud-ops-agent-git provides = google-cloud-ops-agent conflicts = stackdriver-collectd source = google-cloud-ops-agent-git::git+https://github.com/GoogleCloudPlatform/ops-agent.git - source = collectd::git+https://github.com/Stackdriver/collectd.git source = fluent-bit::git+https://github.com/fluent/fluent-bit.git source = opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git source = opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git @@ -27,7 +26,6 @@ pkgbase = google-cloud-ops-agent-git sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP - sha256sums = SKIP sha256sums = a4ec5040542b3b7b33b995f8357fd81dac901975f7d52955b713f8cccc756501 pkgname = google-cloud-ops-agent-git @@ -1,7 +1,7 @@ # Maintainer: shulhan <ms@kilabit.info> pkgname=google-cloud-ops-agent-git -pkgver=2.33.0.r8.g93b07bdd5 +pkgver=2.34.0.r34.gfdcfea1a4 pkgrel=1 pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)" @@ -32,7 +32,6 @@ backup=() source=( "$pkgname::git+https://github.com/GoogleCloudPlatform/ops-agent.git" - "collectd::git+https://github.com/Stackdriver/collectd.git" "fluent-bit::git+https://github.com/fluent/fluent-bit.git" "opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git" "opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git" @@ -43,7 +42,6 @@ sha256sums=( 'SKIP' 'SKIP' 'SKIP' - 'SKIP' 'a4ec5040542b3b7b33b995f8357fd81dac901975f7d52955b713f8cccc756501' ) @@ -55,8 +53,6 @@ pkgver() { prepare() { cd "${pkgname}" git -c protocol.file.allow=always submodule init - git config submodule."submodules/collectd".url \ - "${srcdir}/collectd" git config submodule."submodules/fluent-bit".url \ "${srcdir}/fluent-bit" git config submodule."submodules/opentelemetry-operations-collector".url \ |
