Upgrade to version 1.53.0

This commit is contained in:
2024-06-12 23:02:20 -04:00
parent 023b3d758b
commit 97df030296
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Trey Blancher $(base64 -d <<< dHJleUBibGFuY2hlci5uZXQK)
pkgname=newrelic-infra
_name='infrastructure-agent'
pkgver=1.52.3
pkgver=1.53.0
pkgrel=1
pkgdesc="New Relic Infrastructure Agent"
arch=('x86_64' 'aarch64' 'armv7h')
@ -14,7 +14,6 @@ options=(!buildflags)
provides=("${pkgname}")
conflicts=("${pkgname}-bin")
backup=("etc/${pkgname}/${pkgname}.yml")
changelog=CHANGELOG
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/newrelic/${_name}/archive/refs/tags/$pkgver.tar.gz"
"${pkgname}.yml::https://github.com/newrelic/infrastructure-agent/blob/master/assets/examples/infrastructure/newrelic-infra-template.yml.example")
@ -57,5 +56,5 @@ package() {
"${pkgdir}/usr/bin/"
install -Dm u=rw,go=r "${srcdir}/${pkgname}.yml" "${pkgdir}/etc/${pkgname}/"
}
sha256sums=('ea2301431060e6857299f349e0860fe5990dcd74c6231b93e24f0a7225748f8b'
sha256sums=('c150f706d03773368b5d86be6d53f86e7d97dedadc766637a93251da756fa2ef'
'70bd06d07fa74e785ec9e4b44a32123c2fddeb3aad6ce1278f717135495b52a5')