Skip to content

Commit

Permalink
Update komiser .rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepage91 authored Feb 24, 2023
1 parent 94096c5 commit a72954f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/komiser.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
class Komiser < Formula
desc "Komiser.io command line interface"
homepage "https://komiser.io"
version "3.0.3"
version "3.0.4"

on_macos do
if Hardware::CPU.intel?
url "https://cli.komiser.io/3.0.3/osx/amd/komiser"
sha256 "097f0366513bf0a5698c14671a3e2e6efc2aebfadddb4076b59c3e548e1ff4dc"
url "https://cli.komiser.io/3.0.4/osx/amd/komiser"
sha256 "06a4d7e279fcb0e17563eafa5db708eb516bcf3364722b76ec69d70fe90de1fc"

def install
bin.install "komiser"
end
end
if Hardware::CPU.arm?
url "https://cli.komiser.io/3.0.3/osx/arm/komiser"
sha256 "6c34e7b8501aac50002626ef24d5de69c1ad5090f7861d512fc422d3d1189ddb"
url "https://cli.komiser.io/3.0.4/osx/arm/komiser"
sha256 "c91256b4db42b06d137facaf928c5faf1a9ddde7a396b6f02299b07ccc3ced44"

def install
bin.install "komiser"
Expand Down

0 comments on commit a72954f

Please sign in to comment.