summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Santalla2021-04-20 14:08:04 +0200
committerRoberto Santalla2021-04-20 14:08:04 +0200
commiteb1979d8034cd60bc9ff1ee7b1e58a6a8ce16a4d (patch)
tree8b435556429b62d7c856a355714e2609915ac164
parentaccf1ac3b43ac54e011fa494d1f3a8e808b1d579 (diff)
downloadaur-eb1979d8034cd60bc9ff1ee7b1e58a6a8ce16a4d.tar.gz
1.16.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e25e7832fc1b..782cd7bb1b41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = newrelic-infra
- pkgver = 1.15.2
+ pkgver = 1.16.3
pkgrel = 1
url = https://github.com/newrelic/infrastructure-agent
arch = x86_64
license = Apache
- source = https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/newrelic-infra/newrelic-infra_systemd_1.15.2_systemd_amd64.deb
- source = https://raw.githubusercontent.com/newrelic/infrastructure-agent/1.15.2/assets/examples/infrastructure/newrelic-infra-template.yml.example
- sha256sums = 5051958c7df07c4425649440694b5ebece7a33b48f01b8c238f3b4708cbf8f00
+ source = https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/newrelic-infra/newrelic-infra_systemd_1.16.3_amd64.deb
+ source = https://raw.githubusercontent.com/newrelic/infrastructure-agent/1.16.3/assets/examples/infrastructure/newrelic-infra-template.yml.example
+ sha256sums = f627cb88746a6cf8034729b57b9418cd721d7e84c40d7d1538592247637b94f7
sha256sums = f4f5614c45e1afb9fbf11a5d948d5a80f1793ebfc2b0a073bfdd4264e396daa5
pkgname = newrelic-infra
diff --git a/PKGBUILD b/PKGBUILD
index 74a4f1afc8fe..5c2cc6959db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=newrelic-infra
-pkgver=1.15.2
+pkgver=1.16.3
pkgrel=1
license=('Apache')
arch=('x86_64')
url=https://github.com/newrelic/infrastructure-agent
source=(
- "https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/newrelic-infra/newrelic-infra_systemd_${pkgver}_systemd_amd64.deb"
+ "https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/newrelic-infra/newrelic-infra_systemd_${pkgver}_amd64.deb"
"https://raw.githubusercontent.com/newrelic/infrastructure-agent/${pkgver}/assets/examples/infrastructure/newrelic-infra-template.yml.example"
)
sha256sums=(
- '5051958c7df07c4425649440694b5ebece7a33b48f01b8c238f3b4708cbf8f00'
+ 'f627cb88746a6cf8034729b57b9418cd721d7e84c40d7d1538592247637b94f7'
'f4f5614c45e1afb9fbf11a5d948d5a80f1793ebfc2b0a073bfdd4264e396daa5'
)