summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkim.brandt@infomaker.se2018-01-13 13:08:02 +0100
committerkim.brandt@infomaker.se2018-01-13 13:08:02 +0100
commit85cbf89a10920cbf5f643258c957ece590981373 (patch)
treefa34acd271b6e0c15dbb3db047d8b2d40958c105
parent18d1245618f19b9598989f48e435b52005b722df (diff)
downloadaur-85cbf89a10920cbf5f643258c957ece590981373.tar.gz
Upgraded to version 7.7.0.203.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444e21b141df..757e17f602de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newrelic-php5
pkgdesc = NewRelic PHP Monitoring Agent
- pkgver = 7.6.0.201
+ pkgver = 7.7.0.203
pkgrel = 1
url = https://newrelic.com/php
install = newrelic-php5.install
@@ -9,9 +9,10 @@ pkgbase = newrelic-php5
depends = glibc
depends = php
backup = etc/php/conf.d/newrelic.ini
- source = https://download.newrelic.com/php_agent/archive/7.6.0.201/newrelic-php5-7.6.0.201-linux.tar.gz
+ source = https://download.newrelic.com/php_agent/archive/7.7.0.203/newrelic-php5-7.7.0.203-linux.tar.gz
source = newrelic-daemon.service
- md5sums = 24e83cbdce6328f8643bb19c8acd20f9
+ md5sums = 7b810a7d3ed4921c3568d64f4c93d73e
md5sums = 4fc78347663adcb32ed28eddb546619c
pkgname = newrelic-php5
+
diff --git a/PKGBUILD b/PKGBUILD
index 46e612beb366..b7452f37b5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Kim Brandt <myrveln@gmail.com>
-# Contributor: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Vinh Nguyen <kurei [at] axcoto.com>
+# Contributor: Kim Brandt <myrveln@gmail.com>
pkgname=newrelic-php5
-pkgver=7.6.0.201
+pkgver=7.7.0.203
_libver=20160303
pkgrel=1
pkgdesc="NewRelic PHP Monitoring Agent"
@@ -15,7 +15,7 @@ backup=("etc/php/conf.d/newrelic.ini")
install="${pkgname}.install"
source=("https://download.newrelic.com/php_agent/archive/${pkgver}/${pkgname}-${pkgver}-linux.tar.gz"
"newrelic-daemon.service")
-md5sums=("24e83cbdce6328f8643bb19c8acd20f9"
+md5sums=("7b810a7d3ed4921c3568d64f4c93d73e"
"4fc78347663adcb32ed28eddb546619c")
package() {