dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
665 stars 75 forks source link

Update brew formula #207

Closed daviddavid closed 2 years ago

daviddavid commented 2 years ago

Currently, timetrace throws an error when you try to install it via brew:

Error: timetrace: SHA256 mismatch
Expected: 5d4f1f7657ae00290ade354b701ae6fc5ca5e4c3f6c443244ddb211012c839a6
  Actual: 5a85b1e753fbc243ed651c9aba030193c3b443d3223de4ea58c6e02f9385757d

This is because the brew formula is outdated:

url "https://github.com/dominikbraun/timetrace/releases/latest/download/timetrace-darwin-amd64.tar.gz"
  sha256 "5d4f1f7657ae00290ade354b701ae6fc5ca5e4c3f6c443244ddb211012c839a6"
  version "0.14.1"

Latest now points to 0.14.2 and has a different checksum than 0.14.1.

dominikbraun commented 2 years ago

Fixed it, now brew upgrade timetrace should update to v0.14.2.