Skip to content

Commit a72c04a

Browse files
committed
Correct appdynamics version in supporting code
1 parent a359ef5 commit a72c04a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/appdynamics/extension.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def _defaults(self):
5151
"""
5252
return {
5353
'APPDYNAMICS_HOST': 'packages.appdynamics.com',
54-
'APPDYNAMICS_VERSION': '20.4.0.3759',
55-
'APPDYNAMICS_PACKAGE': 'appdynamics-php-agent-linux_x64-{APPDYNAMICS_VERSION}.tar.bz2',
56-
'APPDYNAMICS_DOWNLOAD_URL': 'https://{APPDYNAMICS_HOST}/php/{APPDYNAMICS_VERSION}/{APPDYNAMICS_PACKAGE}'
54+
'APPDYNAMICS_VERSION': '21.12.0.401',
55+
'APPDYNAMICS_PACKAGE': 'appdynamics-php-agent-x64-linux-{APPDYNAMICS_VERSION}.tar.bz2',
56+
'APPDYNAMICS_DOWNLOAD_URL': 'https://buildpacks.cloudfoundry.org/dependencies/manual-binaries/appdynamics/appdynamics-php-agent-x64-linux-{APPDYNAMICS_VERSION}.tar.bz2'
5757
}
5858

5959
def _should_compile(self):

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ default_versions:
2828
- name: CAAPM
2929
version: 20.11.0
3030
url_to_dependency_map:
31-
- match: appdynamics-php-agent-linux-x64-(\d+\.\d+\.\d+\.\d+)
31+
- match: appdynamics-php-agent-x64-linux-(\d+\.\d+\.\d+\.\d+)
3232
name: appdynamics
3333
version: "$1"
3434
- match: newrelic-php5-(\d+\.\d+\.\d+\.\d+)-linux

0 commit comments

Comments
 (0)