Update to 1.72.8

This commit is contained in:
2026-03-20 07:17:46 -04:00
parent 97df030296
commit ed0230856e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = newrelic-infra pkgbase = newrelic-infra
pkgdesc = New Relic Infrastructure Agent pkgdesc = New Relic Infrastructure Agent
pkgver = 1.53.0 pkgver = 1.72.8
pkgrel = 1 pkgrel = 1
url = https://github.com/newrelic/infrastructure-agent/ url = https://github.com/newrelic/infrastructure-agent/
arch = x86_64 arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = newrelic-infra
conflicts = newrelic-infra-bin conflicts = newrelic-infra-bin
options = !buildflags options = !buildflags
backup = etc/newrelic-infra/newrelic-infra.yml backup = etc/newrelic-infra/newrelic-infra.yml
source = newrelic-infra-1.53.0.tar.gz::https://github.com/newrelic/infrastructure-agent/archive/refs/tags/1.53.0.tar.gz source = newrelic-infra-1.72.8.tar.gz::https://github.com/newrelic/infrastructure-agent/archive/refs/tags/1.72.8.tar.gz
source = newrelic-infra.yml::https://github.com/newrelic/infrastructure-agent/blob/master/assets/examples/infrastructure/newrelic-infra-template.yml.example source = newrelic-infra.yml::https://github.com/newrelic/infrastructure-agent/blob/master/assets/examples/infrastructure/newrelic-infra-template.yml.example
sha256sums = c150f706d03773368b5d86be6d53f86e7d97dedadc766637a93251da756fa2ef sha256sums = 1f04ddb97c9e43dced56ebe36485f7045b7244b999339a60e54c98d7bbf49be5
sha256sums = 70bd06d07fa74e785ec9e4b44a32123c2fddeb3aad6ce1278f717135495b52a5 sha256sums = 70bd06d07fa74e785ec9e4b44a32123c2fddeb3aad6ce1278f717135495b52a5
pkgname = newrelic-infra pkgname = newrelic-infra

View File

@@ -1,7 +1,7 @@
# Maintainer: Trey Blancher $(base64 -d <<< dHJleUBibGFuY2hlci5uZXQK) # Maintainer: Trey Blancher $(base64 -d <<< dHJleUBibGFuY2hlci5uZXQK)
pkgname=newrelic-infra pkgname=newrelic-infra
_name='infrastructure-agent' _name='infrastructure-agent'
pkgver=1.53.0 pkgver=1.72.8
pkgrel=1 pkgrel=1
pkgdesc="New Relic Infrastructure Agent" pkgdesc="New Relic Infrastructure Agent"
arch=('x86_64' 'aarch64' 'armv7h') arch=('x86_64' 'aarch64' 'armv7h')
@@ -56,5 +56,5 @@ package() {
"${pkgdir}/usr/bin/" "${pkgdir}/usr/bin/"
install -Dm u=rw,go=r "${srcdir}/${pkgname}.yml" "${pkgdir}/etc/${pkgname}/" install -Dm u=rw,go=r "${srcdir}/${pkgname}.yml" "${pkgdir}/etc/${pkgname}/"
} }
sha256sums=('c150f706d03773368b5d86be6d53f86e7d97dedadc766637a93251da756fa2ef' sha256sums=('1f04ddb97c9e43dced56ebe36485f7045b7244b999339a60e54c98d7bbf49be5'
'70bd06d07fa74e785ec9e4b44a32123c2fddeb3aad6ce1278f717135495b52a5') '70bd06d07fa74e785ec9e4b44a32123c2fddeb3aad6ce1278f717135495b52a5')