diff --git a/flutter_bunny.rb b/flutter_bunny.rb index e4784d3..747be36 100644 --- a/flutter_bunny.rb +++ b/flutter_bunny.rb @@ -1,26 +1,26 @@ class FlutterBunny < Formula - desc "Flutter Bunny: A CLI tool for Flutter development" - homepage "https://github.com/demola234/flutter_bunny_cli" - license "MIT" - version "1.0.6" - - on_macos do - on_arm do - url "https://github.com/demola234/flutter_bunny_cli/releases/download/v1.0.0/flutter_bunny-v1.0.0-macos-arm64.tar.gz" - sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5" - end - on_intel do - url "https://github.com/demola234/flutter_bunny_cli/releases/download/v1.0.0/flutter_bunny-v1.0.0-macos-x64.tar.gz" - sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5" - end + desc "Flutter Bunny: A CLI tool for Flutter development" + homepage "https://github.com/demola234/flutter_bunny_cli" + license "MIT" + version "1.0.2" + + on_macos do + on_arm do + url "https://github.com/demola234/flutter_bunny_cli/archive/refs/tags/v1.0.2.tar.gz" + sha256 "UPDATE_WITH_ACTUAL_HASH" end - - def install - bin.install "flutter_bunny" + on_intel do + url "https://github.com/demola234/flutter_bunny_cli/archive/refs/tags/v1.0.2.tar.gz" + sha256 "UPDATE_WITH_ACTUAL_HASH" end - - test do - # Test by showing help - system "#{bin}/flutter_bunny", "--help" - end - end \ No newline at end of file + end + + def install + bin.install "flutter_bunny" + end + + test do + # Test by showing help + system "#{bin}/flutter_bunny", "--help" + end +end \ No newline at end of file