Skip to content

Commit

Permalink
Remove support for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Dec 17, 2024
1 parent e3087b2 commit dfce6b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions formula/zsv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ class Zsv < Formula
url 'https://github.com/liquidaty/zsv/releases/download/v0.4.1-alpha/zsv-0.4.1-alpha-arm64-macosx-gcc.zip'
sha256 '4b28dbc5bf58e432aa8327bfcd20101c776d1b032eb928f6c0d9d985a6821b02'
end
elsif OS.linux?
if Hardware::CPU.intel?
url 'https://github.com/liquidaty/zsv/releases/download/v0.4.1-alpha/zsv-0.4.1-alpha-amd64-linux-gcc.zip'
sha256 '9e2143b85ef2d2f9dd017ea7791fb563d3f9feb4fc4b79f84754daa0fe814a15'
end
end

def install
Expand Down

0 comments on commit dfce6b2

Please sign in to comment.