Skip to content

Commit

Permalink
Update Sqruff to version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Oct 9, 2024
1 parent 1cd9f2f commit bc69142
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sqruff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
class Sqruff < Formula
desc "High-speed SQL linter, written in Rust"
homepage "https://github.com/quarylabs/sqruff"
version "0.18.8"
version "0.19.0"

# Determine the OS and architecture to set the appropriate URL and SHA-256
if OS.mac? && Hardware::CPU.arm?
url "https://github.com/quarylabs/sqruff/releases/download/v0.18.8/sqruff-darwin-aarch64.tar.gz"
sha256 "4122f88dfed15ef29bee52cb2d8614c2ca9e08f0b45fbf8c70850bc183a34b6f"
url "https://github.com/quarylabs/sqruff/releases/download/v0.19.0/sqruff-darwin-aarch64.tar.gz"
sha256 "d5297c5a35fb4f559a6805e68bb4ecdf8869e0bb21100938f5a3c9d88439c3ae"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.18.8/sqruff-darwin-x86_64.tar.gz"
sha256 "0d83ca864ce90f1df5acbb7759230cfcb0be99e2b84d6b68dfb89259c30c7e1e"
url "https://github.com/quarylabs/sqruff/releases/download/v0.19.0/sqruff-darwin-x86_64.tar.gz"
sha256 "4d8471d12b43567b04394a5810c353dbfae2db582c3ae1b1e611d89ad1d758ac"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.18.8/sqruff-linux-x86_64-musl.tar.gz"
sha256 "3f7f501ed3e60a24ae4bcea30cfd8e43b76b7fafa26b527987294c0de0691ad1"
url "https://github.com/quarylabs/sqruff/releases/download/v0.19.0/sqruff-linux-x86_64-musl.tar.gz"
sha256 "9309a19ddd6794e90efd069a6d8721605beafe357fe29171ef44e9387edfe244"
end

def install
Expand Down

0 comments on commit bc69142

Please sign in to comment.