diff --git a/Formula/fm.rb b/Formula/fm.rb index f4e560e..586de86 100644 --- a/Formula/fm.rb +++ b/Formula/fm.rb @@ -6,25 +6,25 @@ class Fm < Formula on_macos do on_arm do - url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.1/fm-darwin-arm64.tar.gz" - sha256 "153b0b5ba934de06aa115284a051679a158f1cb5ba09e4b29fa42749439e1ded" + url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.2/fm-darwin-arm64.tar.gz" + sha256 "ecb1f910bb7d10ea683712b7dc5ef3cd1edd6461976b391d635144fa6d68d37e" end on_intel do - url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.1/fm-darwin-x86_64.tar.gz" - sha256 "b1c992425044bc614b8aace24aa5f337be5fd821d3436637cd80f463ea0f7424" + url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.2/fm-darwin-x86_64.tar.gz" + sha256 "969d53bc46bbd16839ce6f96ff4bcab8ef99b93d93faf92422456472d48e4036" end end on_linux do on_arm do - url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.1/fm-linux-arm64.tar.gz" - sha256 "447536610529c3baf9c2465da412951259abb3494a74b723b286d990c33e8ec0" + url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.2/fm-linux-arm64.tar.gz" + sha256 "915d2f811fe18d4d7b45c5b83da4b05e790fe04a6cdb35d9789fe282c8c6e771" end on_intel do - url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.1/fm-linux-x86_64.tar.gz" - sha256 "bf43886ced18664ca3ab74bb33a5648bb3b1cf8fb5c0dbd6022fc64b124cd67a" + url "https://github.com/feed-mob/feedmob-cli/releases/download/v0.4.2/fm-linux-x86_64.tar.gz" + sha256 "756d1c460199c5a7c85a5a8867f6de1c7fbd5c425c67c5dd36c2099ad63d0652" end end