Skip to content

Commit

Permalink
Update formula
Browse files Browse the repository at this point in the history
  • Loading branch information
wokflow-kicker[bot] authored and github-actions[bot] committed Jun 3, 2024
1 parent b41c8d6 commit d0cf1be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rf.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
class Rf < Formula
desc 'rf is Ruby powered text/json/yaml filter'
version '1.18.1'
version '1.19.0'
homepage 'https://github.com/buty4649/rf'

on_macos do
if Hardware::CPU.arm?
url 'https://github.com/buty4649/rf/releases/download/v1.18.1/rf-v1.18.1-darwin-arm64.zip'
sha256 'be0bada9144f35dfd7251d5644b51eec4dc7d4b6f5285cb52319b2fee91c9816'
url 'https://github.com/buty4649/rf/releases/download/v1.19.0/rf-v1.19.0-darwin-arm64.zip'
sha256 'ae963bf2f78b9bdfb574e66e1bd9b4fe16fe66619fbc886e11eaf1a746f99ec4'
end
end

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url 'https://github.com/buty4649/rf/releases/download/v1.18.1/rf-v1.18.1-linux-arm64.tar.gz'
sha256 '9474977b438f3a22ee4fb97c00d51491fe0047984ccc49af39ed8b6272379a7c'
url 'https://github.com/buty4649/rf/releases/download/v1.19.0/rf-v1.19.0-linux-arm64.tar.gz'
sha256 'ea8b0677085ebfa38ac9054ce41d43ae8c79a414f928202c3fe0ec239d0f479b'
end
if Hardware::CPU.intel?
url 'https://github.com/buty4649/rf/releases/download/v1.18.1/rf-v1.18.1-linux-amd64.tar.gz'
sha256 'bb0f93abefc48bd717075e9acb74febdce0c9a7f763298cf35caf286a609c091'
url 'https://github.com/buty4649/rf/releases/download/v1.19.0/rf-v1.19.0-linux-amd64.tar.gz'
sha256 '77542cf5b2375936a6a1855308ff68f8e6c40507c44043f570aa0f21d3c913f0'
end
end

Expand Down

0 comments on commit d0cf1be

Please sign in to comment.