Removed superfluous sha256sum=() array

This commit is contained in:
Trey Blancher 2023-11-18 12:24:37 -05:00
parent 894a354f70
commit d27da537d5
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2023-10-01 Initial draft of newrelic-infra PKGBUILD
2023-11-14 Version 1.48.1
2023-11-18 Removed superfluous sha256sum=() array

View File

@ -2,7 +2,7 @@
pkgname=newrelic-infra-bin
_pkg=${pkgname//-bin/}
pkgver=1.48.1
pkgrel=1
pkgrel=2
pkgdesc="New Relic - All-in-On Observability - infrastructure agent"
arch=('aarch64' 'armv7h' 'x86_64')
url="https://github.com/newrelic/infrastructure-agent/"
@ -13,7 +13,6 @@ conflicts=('newrelic-infra')
changelog="CHANGELOG"
backup=('etc/newrelic-infra/newrelic-infra.yml')
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_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})