pivotal-legacy / homebrew-tap

33 stars 49 forks source link

Bad URL or missing artifact for Spring Boot CLI 1.3.3? #72

Closed ches closed 8 years ago

ches commented 8 years ago

Ref. 35eb37ed5812a:

$ brew update
Already up-to-date.

$ brew upgrade springboot
==> Upgrading 1 outdated package, with result:
pivotal/tap/springboot 1.3.3.RELEASE
==> Upgrading pivotal/tap/springboot
==> Downloading https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/1.3.3.RELEASE/

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "springboot"
Download failed: https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/1.3.3.RELEASE/spring-boot-cli-1.3.3.RELEASE-bin.tar.gz
nebhale commented 8 years ago

This is because repo.spring.io is currently screwed up. Give it some time and it'll start working again.

ches commented 8 years ago

Appears to be working now, thanks.