Skip to content

Commit

Permalink
Update Sqruff to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Jun 4, 2024
1 parent 01ca84c commit c39a83a
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.4.10"
version "0.5.1"

# 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.4.10/sqruff-darwin-aarch64.tar.gz"
sha256 "193624b913309333925d1c7f315dac1fdc0c61a62eb70fb89b47d9390f988356"
url "https://github.com/quarylabs/sqruff/releases/download/v0.5.1/sqruff-darwin-aarch64.tar.gz"
sha256 "6d2bbd4afedcfd0f372318c817b35896007e608cb879a2779afe6e442c76b82e"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.10/sqruff-darwin-x86_64.tar.gz"
sha256 "decff3ad8df141a0c48fba89e5b5d8460ecdf4c3c882dab29d97c154eb798321"
url "https://github.com/quarylabs/sqruff/releases/download/v0.5.1/sqruff-darwin-x86_64.tar.gz"
sha256 "288f21c0124809db4a5150b029c98a73a5a973d4f0d11b27d3e88549c167972c"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.10/sqruff-linux-x86_64-musl.tar.gz"
sha256 "755297097305ef98b2e8509aff7594c7eb22604e0aaf9e580e651c6ab2cd2ce1"
url "https://github.com/quarylabs/sqruff/releases/download/v0.5.1/sqruff-linux-x86_64-musl.tar.gz"
sha256 "330b1313b51eed5c5032ae60efd024eb8fc58bf19d25217280f79f5ad12f4844"
end

def install
Expand Down

0 comments on commit c39a83a

Please sign in to comment.