File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ def _defaults(self):
51
51
"""
52
52
return {
53
53
'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 '
57
57
}
58
58
59
59
def _should_compile (self ):
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ default_versions:
28
28
- name : CAAPM
29
29
version : 20.11.0
30
30
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+)
32
32
name : appdynamics
33
33
version : " $1"
34
34
- match : newrelic-php5-(\d+\.\d+\.\d+\.\d+)-linux
You can’t perform that action at this time.
0 commit comments