Skip to content

Commit

Permalink
Update Quary to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 13, 2024
1 parent 765dc4a commit b378379
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.2.0/quary-macos-x86_64-gnu.zip"
sha256 "50ffce6268f080fff333b8f25245cdf48e7ba6f4a217bb19c0500e1074414d66"
url "https://github.com/quarylabs/quary/releases/download/v0.3.0/quary-macos-x86_64-gnu.zip"
sha256 "ee786e7403446949f6ef0ff6ad21d0d46dd49e083cddbf6128ec4f5c87795a16"
elsif OS.mac? && Hardware::CPU.arm?
url "https://github.com/quarylabs/quary/releases/download/v0.2.0/quary-macos-aarch64-gnu.zip"
sha256 "d9f88c1077d668e0d19f18ca0daf3fce7bcef5ea1634d54b0179ec4d82db04a6"
url "https://github.com/quarylabs/quary/releases/download/v0.3.0/quary-macos-aarch64-gnu.zip"
sha256 "47c4d2de6f73e9bdffd111ddb41917155e0929015719273ec7c2d2779108cba5"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/quary/releases/download/v0.2.0/quary-linux-x86_64-gnu.zip"
sha256 "512c0d6c0327456ba6eb45f6a34157f82e4e145b3bbf5443925dbec68ab9657c"
url "https://github.com/quarylabs/quary/releases/download/v0.3.0/quary-linux-x86_64-gnu.zip"
sha256 "fed105054b54e0911e7792cb1b330b459f75796ebe89170fc89843eb6492f1f2"
end

def install
Expand Down

0 comments on commit b378379

Please sign in to comment.