FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
15.95k stars 482 forks source link

Failure to upgrade to 1.0.0 with Homebrew on Linux #327

Closed yermulnik closed 2 years ago

yermulnik commented 2 years ago

Environment

What were you trying to do

brew upgrade age

What happened

> brew upgrade age
==> Upgrading 1 outdated package:
age 1.0.0-rc.3 -> 1.0.0
==> Downloading https://ghcr.io/v2/linuxbrew/core/age/manifests/1.0.0
curl: (22) The requested URL returned error: 404

Error: age: Failed to download resource "age_bottle_manifest"
Download failed: https://ghcr.io/v2/linuxbrew/core/age/manifests/1.0.0

It seems like it's more of an issue on Homebrew end so posting this more of a JFYI: https://github.com/Homebrew/brew/issues/11998 -> https://github.com/Homebrew/homebrew-core/issues/84853

FiloSottile commented 2 years ago

Is this still broken?

yermulnik commented 2 years ago

Yes, it is:

> brew install age
==> Downloading https://ghcr.io/v2/linuxbrew/core/age/manifests/1.0.0

curl: (22) The requested URL returned error: 404 Not Found
Error: age: Failed to download resource "age_bottle_manifest"
Download failed: https://ghcr.io/v2/linuxbrew/core/age/manifests/1.0.0

Though since this is the issue on Homebrew end I'm closing this one.