str4d / rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org/v1
Apache License 2.0
2.53k stars 97 forks source link

Homebrew formula updates #460

Closed str4d closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1fd0368) 40.28% compared to head (3162be1) 40.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #460 +/- ## ======================================= Coverage 40.28% 40.28% ======================================= Files 35 35 Lines 3257 3257 ======================================= Hits 1312 1312 Misses 1945 1945 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

str4d commented 7 months ago

This is tested and working. However, due to how Homebrew works, these changes will be merged into the 0.10.0 formula update when that occurs.

FiloSottile commented 7 months ago

This is tested and working. However, due to how Homebrew works, these changes will be merged into the 0.10.0 formula update when that occurs.

You can also add a revision 1 line, canonically after the version line.

str4d commented 7 months ago

That's good to know for future changes, but most of the changes in this PR depend on code changes that are not part of a public release, and the Homebrew formulae unconditionally pins a specific published release that currently does not contain those changes.

str4d commented 7 months ago

Changes pushed to main.