FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

Home Page:https://age-encryption.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure to upgrade to 1.0.0 with Homebrew on Linux

yermulnik opened this issue · comments

Environment

  • OS: Ubuntu 20.04.3 LTS
  • age version: 1.0.0-rc.3

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 -> Homebrew/homebrew-core#84853

Is this still broken?

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.