Skip to content

Commit

Permalink
Update Sqruff to version 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Jan 24, 2025
1 parent b554bb0 commit 5533e90
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.23.1"
version "0.24.3"

# 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.23.1/sqruff-darwin-aarch64.tar.gz"
sha256 "459962d99a0f719853a22d30fe7bf50bc3627a0077d3b398208f752954087ccb"
url "https://github.com/quarylabs/sqruff/releases/download/v0.24.3/sqruff-darwin-aarch64.tar.gz"
sha256 "7aedcbb8fcee6b4452e4015dff5fdacae7eed890f2924206b6705b3f875ffbee"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.1/sqruff-darwin-x86_64.tar.gz"
sha256 "f0c1052a492eef94634b04c6610bd15ca349553eb416c7ce71a0732c516d5c16"
url "https://github.com/quarylabs/sqruff/releases/download/v0.24.3/sqruff-darwin-x86_64.tar.gz"
sha256 "90aa673e77d8fd70e311e7a60fb77c335f72c4553e138225e95d75fc6901add1"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.1/sqruff-linux-x86_64-musl.tar.gz"
sha256 "df72802e1ebac14e2d93466f026f1dce55d0e96db8dcc48b1fbe242c5e073356"
url "https://github.com/quarylabs/sqruff/releases/download/v0.24.3/sqruff-linux-x86_64-musl.tar.gz"
sha256 "b8fbce5870952aa9620a7587f7be2bf42d5ddae4c4a48c613ac4c57f8ba97ce0"
end

def install
Expand Down

0 comments on commit 5533e90

Please sign in to comment.