Skip to content

Commit

Permalink
Brew formula update for poe2arb version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 22, 2022
1 parent 42eac87 commit 06b729b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Formula/poe2arb.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class Poe2arb < Formula
desc "POEditor JSON to Flutter ARB converter."
homepage "https://github.com/leancodepl/poe2arb"
version "0.1.1"

on_macos do
url "https://github.com/leancodepl/poe2arb/releases/download/v0.1.1/poe2arb_0.1.1_darwin_all.tar.gz"
sha256 "963e3cb6849de21a41c4b24b787caf6ea2ae8deafbf967c8d53bc188e9d2c166"

def install
bin.install "poe2arb"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/leancodepl/poe2arb/releases/download/v0.1.1/poe2arb_0.1.1_linux_amd64.tar.gz"
sha256 "3d7dc93c84c1d6a5b93fd5b99e71fc75b264b166e97a7cfc010dc4a678b5c00f"

def install
bin.install "poe2arb"
end
end
end
end

0 comments on commit 06b729b

Please sign in to comment.