Skip to content

Commit

Permalink
Update Quary to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and louisjoecodes committed May 24, 2024
1 parent 25725fa commit 01ca84c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions quary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ class Quary < Formula

# Determine the OS and architecture to set the appropriate URL and SHA-256
if OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/quary/releases/download/v0.1.9/quary-macos-x86_64-gnu.zip"
sha256 "63a6778e1d0468a88d9bec8beae1d62147e781915ae6167b19fccf43b61cd5df"
url "https://github.com/quarylabs/quary/releases/download/v0.2.0/quary-macos-x86_64-gnu.zip"
sha256 "50ffce6268f080fff333b8f25245cdf48e7ba6f4a217bb19c0500e1074414d66"
elsif OS.mac? && Hardware::CPU.arm?
url "https://github.com/quarylabs/quary/releases/download/v0.1.9/quary-macos-aarch64-gnu.zip"
sha256 "6fca2fce7376dbc81538d4faa29e7e98115a7af0918712cf43a0ea5e72431746"
url "https://github.com/quarylabs/quary/releases/download/v0.2.0/quary-macos-aarch64-gnu.zip"
sha256 "d9f88c1077d668e0d19f18ca0daf3fce7bcef5ea1634d54b0179ec4d82db04a6"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/quary/releases/download/v0.1.9/quary-linux-x86_64-gnu.zip"
sha256 "e985125a6a3f3a1ac7dad6c30a874539ff708583d942d6aea79e0a8339cf94a8"
url "https://github.com/quarylabs/quary/releases/download/v0.2.0/quary-linux-x86_64-gnu.zip"
sha256 "512c0d6c0327456ba6eb45f6a34157f82e4e145b3bbf5443925dbec68ab9657c"
end

def install
Expand Down

0 comments on commit 01ca84c

Please sign in to comment.