Removed second superfluous sha256sums=()
This commit is contained in:
parent
d27da537d5
commit
d10a13cc83
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=2
|
pkgrel=3
|
||||||
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/"
|
||||||
@ -17,7 +17,6 @@ source_aarch64=("https://github.com/newrelic/infrastructure-agent/releases/downl
|
|||||||
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})
|
||||||
validpgpkeys=('A758B3FBCD43BE8D123A3476BB29EE038ECCE87C')
|
validpgpkeys=('A758B3FBCD43BE8D123A3476BB29EE038ECCE87C')
|
||||||
sha256sums=('SKIP')
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# create destination directories
|
# create destination directories
|
||||||
|
Loading…
Reference in New Issue
Block a user