Skip to content

Commit

Permalink
Add appdynamics 4.5.6.2534, remove appdynamics 4.5.5.2452
Browse files Browse the repository at this point in the history
for stack(s) cflinuxfs2, cflinuxfs3 [#163132156]
  • Loading branch information
cf-buildpacks-eng committed Jan 10, 2019
1 parent d2ca5dc commit d92a203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/appdynamics/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _defaults(self):
"""
return {
'APPDYNAMICS_HOST': 'packages.appdynamics.com',
'APPDYNAMICS_VERSION': '4.5.5.2452',
'APPDYNAMICS_VERSION': '4.5.6.2534',
'APPDYNAMICS_PACKAGE': 'appdynamics-php-agent-linux_x64-{APPDYNAMICS_VERSION}.tar.bz2',
'APPDYNAMICS_DOWNLOAD_URL': 'https://{APPDYNAMICS_HOST}/php/{APPDYNAMICS_VERSION}/{APPDYNAMICS_PACKAGE}'
}
Expand Down
6 changes: 3 additions & 3 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ dependencies:
- cflinuxfs2
- cflinuxfs3
- name: appdynamics
version: 4.5.5.2452
uri: https://packages.appdynamics.com/php/4.5.5.2452/appdynamics-php-agent-linux_x64-4.5.5.2452.tar.bz2
sha256: 500433a4b8c5d85e2acf3f96df965054539f3d07bd6c319035343891c8dc7ca1
version: 4.5.6.2534
uri: https://packages.appdynamics.com/php/4.5.6.2534/appdynamics-php-agent-linux_x64-4.5.6.2534.tar.bz2
sha256: b7d5d7cd869a365e23cf4aca8263d7ce817f613109ca76c238a5943baf98f0f5
cf_stacks:
- cflinuxfs2
- cflinuxfs3
Expand Down

0 comments on commit d92a203

Please sign in to comment.