Skip to content

Commit

Permalink
Update Sqruff to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Jun 5, 2024
1 parent c39a83a commit 00f8c9d
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.5.1"
version "0.6.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.5.1/sqruff-darwin-aarch64.tar.gz"
sha256 "6d2bbd4afedcfd0f372318c817b35896007e608cb879a2779afe6e442c76b82e"
url "https://github.com/quarylabs/sqruff/releases/download/v0.6.0/sqruff-darwin-aarch64.tar.gz"
sha256 "a5f786ee527c8837410ed8b18e1df3e19bf44bca1d96a0e9ec1f2295d8aa0468"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.5.1/sqruff-darwin-x86_64.tar.gz"
sha256 "288f21c0124809db4a5150b029c98a73a5a973d4f0d11b27d3e88549c167972c"
url "https://github.com/quarylabs/sqruff/releases/download/v0.6.0/sqruff-darwin-x86_64.tar.gz"
sha256 "1dc45d5bd47467bd3c88d5f6f39ab5df2e4773b2ac18e19ba6ba0e268bd4186c"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.5.1/sqruff-linux-x86_64-musl.tar.gz"
sha256 "330b1313b51eed5c5032ae60efd024eb8fc58bf19d25217280f79f5ad12f4844"
url "https://github.com/quarylabs/sqruff/releases/download/v0.6.0/sqruff-linux-x86_64-musl.tar.gz"
sha256 "9aea39fdf7684c570c31244ed2574e096832b71f67e9556fec395c6d360579e0"
end

def install
Expand Down

0 comments on commit 00f8c9d

Please sign in to comment.