Skip to content

Commit

Permalink
Update Sqruff to version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Dec 30, 2024
1 parent af2098b commit db3ab5d
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.21.12"
version "0.22.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.21.12/sqruff-darwin-aarch64.tar.gz"
sha256 "55dc11d368fe6a060f5c6f8e5b0e1345540d693f51a600adb3bac1b49aadb54a"
url "https://github.com/quarylabs/sqruff/releases/download/v0.22.0/sqruff-darwin-aarch64.tar.gz"
sha256 "15409846c0fc407feae434628e7f09f8bb707d1ebbd4bbacfd83f3412f572121"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.21.12/sqruff-darwin-x86_64.tar.gz"
sha256 "3df45effa39b034c3f287ee1db21a7a686d957dd806f54a4cbcf10ad93efe99d"
url "https://github.com/quarylabs/sqruff/releases/download/v0.22.0/sqruff-darwin-x86_64.tar.gz"
sha256 "d819a8b0d83e9b32366a07a636a62ba1b6756b9d701eb2978d4ba270fc81f1ac"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.21.12/sqruff-linux-x86_64-musl.tar.gz"
sha256 "0c8e80d9b0f8c82ff9bf81e58926fdaf2663e2bff08d30940330ec91084272d2"
url "https://github.com/quarylabs/sqruff/releases/download/v0.22.0/sqruff-linux-x86_64-musl.tar.gz"
sha256 "e90a65bed804902eb3777a1a123a23acdca8f738762cbda939f8fc803b15563e"
end

def install
Expand Down

0 comments on commit db3ab5d

Please sign in to comment.