diff --git a/CHANGELOG b/CHANGELOG index c277d36..256a0f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 061c48f..90364ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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})