From d0cf1beb020e7f519ef9e74707e3b53154bac627 Mon Sep 17 00:00:00 2001 From: "wokflow-kicker[bot]" Date: Mon, 3 Jun 2024 16:29:19 +0000 Subject: [PATCH] Update formula --- rf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rf.rb b/rf.rb index f4b9d8a..f940a42 100644 --- a/rf.rb +++ b/rf.rb @@ -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