diff --git a/Formula/poe2arb.rb b/Formula/poe2arb.rb index 511cd60..ed48f9c 100644 --- a/Formula/poe2arb.rb +++ b/Formula/poe2arb.rb @@ -5,11 +5,11 @@ class Poe2arb < Formula desc "POEditor JSON to Flutter ARB converter." homepage "https://github.com/leancodepl/poe2arb" - version "2.1.0" + version "2.1.1" on_macos do - url "https://github.com/leancodepl/poe2arb/releases/download/v2.1.0/poe2arb_2.1.0_darwin_all.tar.gz" - sha256 "85352987a4e73950e6c2a9b59ffab60ddd859c79734fc48b2b491528516933fd" + url "https://github.com/leancodepl/poe2arb/releases/download/v2.1.1/poe2arb_2.1.1_darwin_all.tar.gz" + sha256 "4b796e7b9cb435e05a51fce1f93a3125f5a93660cdcb790a42337fc97d3e3be4" def install bin.install "poe2arb" @@ -19,8 +19,8 @@ def install on_linux do if Hardware::CPU.intel? - url "https://github.com/leancodepl/poe2arb/releases/download/v2.1.0/poe2arb_2.1.0_linux_amd64.tar.gz" - sha256 "8ea4dfb841d3f5b248a850cc22ec80d8c0d245d1d4117b14acb6dc01baea7848" + url "https://github.com/leancodepl/poe2arb/releases/download/v2.1.1/poe2arb_2.1.1_linux_amd64.tar.gz" + sha256 "0580506066f7ea57a2a98e1ee09a3814962cf0190c09f080f4ceb413b6c1a089" def install bin.install "poe2arb"