Skip to content

Commit

Permalink
Update formula
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 authored and github-actions[bot] committed Feb 18, 2024
1 parent d2d8428 commit 4aac16a
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,12 +1,12 @@
class Rf < Formula
desc 'rf is Ruby powered text/json/yaml filter'
version '1.17.0'
version '1.18.0'
homepage 'https://github.com/buty4649/rf'

on_macos do
if Hardware::CPU.arm?
url 'https://github.com/buty4649/rf/releases/download/v1.17.0/rf-v1.17.0-darwin-arm64.zip'
sha256 '9055774e2759fd0af52afa8c938e559b6d1840c8c637aee79bf6991c5bd5e637'
url 'https://github.com/buty4649/rf/releases/download/v1.18.0/rf-v1.18.0-darwin-arm64.zip'
sha256 'dee68de18583fd77b2df3481f7f2c3bda0614cdfa4374ec27855a0a7078e19ab'
end
if Hardware::CPU.intel?
url 'https://github.com/buty4649/rf/releases/download/v1.17.0/rf-v1.17.0-darwin-amd64.zip'
Expand All @@ -16,12 +16,12 @@ class Rf < Formula

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url 'https://github.com/buty4649/rf/releases/download/v1.17.0/rf-v1.17.0-linux-arm64.tar.gz'
sha256 '1082e53fa960e7d85d0e9e2ba0b09fc05ac3fe98ba00fc0df25cec3fb98bc542'
url 'https://github.com/buty4649/rf/releases/download/v1.18.0/rf-v1.18.0-linux-arm64.tar.gz'
sha256 '7cb498ab58c8dc7008625df7157524fed61c99cce95f21da812ba6af00602b4e'
end
if Hardware::CPU.intel?
url 'https://github.com/buty4649/rf/releases/download/v1.17.0/rf-v1.17.0-linux-amd64.tar.gz'
sha256 'ca79ef4bb22999fd4af617f24e79133e65726c44dd4498912e141cd9495026b9'
url 'https://github.com/buty4649/rf/releases/download/v1.18.0/rf-v1.18.0-linux-amd64.tar.gz'
sha256 '1835de55d7bf16d3db8cce08a1ff624341cce1cac3b7f776e0c0b99f1342b244'
end
end

Expand Down

0 comments on commit 4aac16a

Please sign in to comment.