Skip to content

Commit

Permalink
chore: update to 00116
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed May 3, 2024
1 parent bc417cb commit ea553be
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/0.0.115/quary-0.0.115-quary-macos-x86_64-gnu.zip"
sha256 "decab27ac0e24905f277cd541ccf9ff3f1f6ebb9820be18756df44d9a4f2d162"
url "https://github.com/quarylabs/quary/releases/download/0.0.116/quary-0.0.116-quary-macos-x86_64-gnu.zip"
sha256 "c627338eb0e43cfe410c0c1d15113f8cc5447dd5c76d6abca78e6e68eed28b76"
elsif OS.mac? && Hardware::CPU.arm?
url "https://github.com/quarylabs/quary/releases/download/0.0.115/quary-0.0.115-quary-macos-aarch64-gnu.zip"
sha256 "531456f611c0e810584be7e07e0e33f5ab4ebee070ac383beb6dcddc138b8b2c"
url "https://github.com/quarylabs/quary/releases/download/0.0.116/quary-0.0.116-quary-macos-aarch64-gnu.zip"
sha256 "0c1bbb1413513c5168ad3e24a22cd6fcfa6a13f62ae3beac3114c914754882d7"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/quary/releases/download/0.0.115/quary-0.0.115-quary-linux-x86_64-gnu.zip"
sha256 "42e3456c66a0eb84acb00d88d6fda59eefc8d8d9545d8d3bbd75ce41d47405ea"
url "https://github.com/quarylabs/quary/releases/download/0.0.116/quary-0.0.116-quary-linux-x86_64-gnu.zip"
sha256 "d6adcc2578c0d4010b47ffa5714d333017c9768991487b99a1c88327a2322815"
end

def install
Expand Down

0 comments on commit ea553be

Please sign in to comment.