Skip to content

Commit

Permalink
Brew formula update for poe2arb version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Dec 8, 2023
1 parent d9a76eb commit f43c09e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/poe2arb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit f43c09e

Please sign in to comment.