FlutterGen / flutter_gen

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
https://pub.dev/packages/flutter_gen
MIT License
1.44k stars 142 forks source link

Fluttergen v4.1.5 on Homebrew has "SHA256 mismatch" error #205

Closed themartorana closed 2 years ago

themartorana commented 2 years ago
❯ brew install fluttergen
==> Downloading https://github.com/FlutterGen/flutter_gen/releases/download/v4.1.5/fluttergen-macos.tar.gz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/289226906/f1c85a7e-da86-4494-a1b1-5b21de949
######################################################################## 100.0%
Error: fluttergen: SHA256 mismatch
Expected: a83d283440fc90fbb828f1ace7be60bdb61a265c6b8b408738e8419b3d460b3d
  Actual: 918e4c3db67b4997819100fd1017456c2a19f37e6ce17b26583cf001ed089821
    File: /Users/someone/Library/Caches/Homebrew/downloads/36470e4795412f8a64492be2516a8bffad6b93fe813d4f1a286f598562d0b344--fluttergen-macos.tar.gz
To retry an incomplete download, remove the file above.

Have tested several Homebrew environments on different machines to validate the same behavior.

❯ brew info fluttergen
fluttergen/tap/fluttergen: stable v4.1.5
A command-line tool for The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs. by Dart.
https://github.com/FlutterGen/flutter_gen
Not installed
From: https://github.com/fluttergen/homebrew-tap/blob/HEAD/Formula/fluttergen.rb
themartorana commented 2 years ago

I should note that updating Homebrew is not getting the 4.1.6 formula, it seems.

ffgiraldez commented 2 years ago

same issue here

tkmatuiti commented 2 years ago

same issue here

wasabeef commented 2 years ago

@themartorana @ffgiraldez @tkmatuiti Sorry, I fixed it just now.

ffgiraldez commented 2 years ago

@wasabeef I can download it now thanks.