Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
language: hwc
default_versions:
- name: hwc
version: 90.0.0
version: 123.0.0
dependencies:
- name: hwc
version: 90.0.0
uri: https://buildpacks.cloudfoundry.org/dependencies/hwc/hwc_90.0.0_windows_x86-64_any-stack_396cdd4d.zip
sha256: 396cdd4de423d7ecdfb92dd0bac7991bed8260cc4e2b4f3bba220610def8d855
version: 123.0.0
uri: https://buildpacks.cloudfoundry.org/dependencies/hwc/hwc_123.0.0_windows_x86-64_any-stack_a94474e4.zip
sha256: a94474e4019c4e9fab2d548e8461494df07436e4220c74ae4ebcd14313eb8144
cf_stacks:
- windows
source: https://github.com/cloudfoundry/hwc/archive/90.0.0.tar.gz
source_sha256: c2a6f154d169e43052d002cf3bbb4653b6cbdc0d6a821f2dac0bb350a06408d1
source: https://github.com/cloudfoundry/hwc/archive/123.0.0.tar.gz
source_sha256: 05b4ef467c528a2b6a01251d7499f0eefddd5b6658b6d5272561b4b013b7a540
include_files:
- CHANGELOG
- LICENSE
Expand Down
Loading