Skip to content

Commit

Permalink
Auto merge pull request 697
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-buildpacks-eng authored Aug 5, 2022
2 parents 49bd58b + f0467a1 commit ec620c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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': 'download.run.pivotal.io',
'APPDYNAMICS_VERSION': '22.3.0-501',
'APPDYNAMICS_VERSION': '22.8.0-588',
'APPDYNAMICS_PACKAGE': 'appdynamics-{APPDYNAMICS_VERSION}.tar.bz2',
'APPDYNAMICS_DOWNLOAD_URL': 'https://{APPDYNAMICS_HOST}/appdynamics-php/{APPDYNAMICS_PACKAGE}'
}
Expand Down
8 changes: 4 additions & 4 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ dependencies:
osl: https://docops.ca.com/ca-apm/10-5/en/ca-apm-release-notes/third-party-software-acknowledgments/php-agents-third-party-software-acknowledgments
source_sha256: e6932228f8990dad74eaee42e48799545bf47a7f65fbb445655588ee88139252
- name: appdynamics
version: 22.3.0-501
uri: https://download.run.pivotal.io/appdynamics-php/appdynamics-22.3.0-501.tar.bz2
sha256: 32bae94a3ad342ef22108217966c8dd52ad6d7de18182f7c2cc55af7df0eb432
version: 22.8.0-588
uri: https://download.run.pivotal.io/appdynamics-php/appdynamics-22.8.0-588.tar.bz2
sha256: 39eb0ddaafecf466b660c7076f4f96e890963a9ed4d1dd04eed8f0c8d01ffd1c
cf_stacks:
- cflinuxfs3
osl: https://docs.appdynamics.com/display/DASH/Legal+Notices
source_sha256: 32bae94a3ad342ef22108217966c8dd52ad6d7de18182f7c2cc55af7df0eb432
source_sha256: 39eb0ddaafecf466b660c7076f4f96e890963a9ed4d1dd04eed8f0c8d01ffd1c
- name: composer
version: 2.3.10
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.3.10_linux_noarch_any-stack_d808272f.phar
Expand Down

0 comments on commit ec620c1

Please sign in to comment.