Removed superfluous sha256sum=() array
This commit is contained in:
parent
894a354f70
commit
d27da537d5
@ -1,3 +1,5 @@
|
|||||||
2023-10-01 Initial draft of newrelic-infra PKGBUILD
|
2023-10-01 Initial draft of newrelic-infra PKGBUILD
|
||||||
|
|
||||||
2023-11-14 Version 1.48.1
|
2023-11-14 Version 1.48.1
|
||||||
|
|
||||||
|
2023-11-18 Removed superfluous sha256sum=() array
|
||||||
|
3
PKGBUILD
3
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
pkgname=newrelic-infra-bin
|
pkgname=newrelic-infra-bin
|
||||||
_pkg=${pkgname//-bin/}
|
_pkg=${pkgname//-bin/}
|
||||||
pkgver=1.48.1
|
pkgver=1.48.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="New Relic - All-in-On Observability - infrastructure agent"
|
pkgdesc="New Relic - All-in-On Observability - infrastructure agent"
|
||||||
arch=('aarch64' 'armv7h' 'x86_64')
|
arch=('aarch64' 'armv7h' 'x86_64')
|
||||||
url="https://github.com/newrelic/infrastructure-agent/"
|
url="https://github.com/newrelic/infrastructure-agent/"
|
||||||
@ -13,7 +13,6 @@ conflicts=('newrelic-infra')
|
|||||||
changelog="CHANGELOG"
|
changelog="CHANGELOG"
|
||||||
backup=('etc/newrelic-infra/newrelic-infra.yml')
|
backup=('etc/newrelic-infra/newrelic-infra.yml')
|
||||||
source=('https://raw.githubusercontent.com/newrelic/infrastructure-agent/master/assets/examples/infrastructure/newrelic-infra-template.yml.example')
|
source=('https://raw.githubusercontent.com/newrelic/infrastructure-agent/master/assets/examples/infrastructure/newrelic-infra-template.yml.example')
|
||||||
sha256sums=('60f2a31b2d461f029c786a18f1feb393c1a5e43beac520b1c7d5e12b45590ae0')
|
|
||||||
source_aarch64=("https://github.com/newrelic/infrastructure-agent/releases/download/${pkgver}/${_pkg}_linux_${pkgver}_arm64.tar.gz"{,.asc})
|
source_aarch64=("https://github.com/newrelic/infrastructure-agent/releases/download/${pkgver}/${_pkg}_linux_${pkgver}_arm64.tar.gz"{,.asc})
|
||||||
source_armv7h=("https://github.com/newrelic/infrastructure-agent/releases/download/${pkgver}/${_pkg}_linux_${pkgver}_arm.tar.gz"{,.asc})
|
source_armv7h=("https://github.com/newrelic/infrastructure-agent/releases/download/${pkgver}/${_pkg}_linux_${pkgver}_arm.tar.gz"{,.asc})
|
||||||
source_x86_64=("https://github.com/newrelic/infrastructure-agent/releases/download/${pkgver}/${_pkg}_linux_${pkgver}_amd64.tar.gz"{,.asc})
|
source_x86_64=("https://github.com/newrelic/infrastructure-agent/releases/download/${pkgver}/${_pkg}_linux_${pkgver}_amd64.tar.gz"{,.asc})
|
||||||
|
Loading…
Reference in New Issue
Block a user