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

fix: release latest age via homebrew #316

Closed isindir closed 2 years ago

isindir commented 2 years ago

Hombrew formula still points to the RC release - fixing.

alerque commented 2 years ago

I've opened a PR to put this in Homebrew proper. As soon as any kinks are worked out and it is accepted upstream I suggest just deleting it from this repository. Downstream packaging (at least in such cases where the packaging sources are managed by distro projects anyway) is not really a good fit here at all.

https://github.com/Homebrew/homebrew-core/pull/84805

isindir commented 2 years ago

@alerque thanks for the quick response and it makes sense to have it upstream, closing this PR.