Skip to content

Commit

Permalink
Update Sqruff to version 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Jan 3, 2025
1 parent a3fc737 commit b554bb0
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.0"
version "0.23.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.23.0/sqruff-darwin-aarch64.tar.gz"
sha256 "462c90108a8af709d217c2a8250266527f6b492f9312c4def80e2cdd6b7d5cbf"
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.1/sqruff-darwin-aarch64.tar.gz"
sha256 "459962d99a0f719853a22d30fe7bf50bc3627a0077d3b398208f752954087ccb"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.0/sqruff-darwin-x86_64.tar.gz"
sha256 "6122feffe153200cafd454d50dcd0cdb9cf9f1af40bb669511deffc0ac85939c"
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.1/sqruff-darwin-x86_64.tar.gz"
sha256 "f0c1052a492eef94634b04c6610bd15ca349553eb416c7ce71a0732c516d5c16"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.0/sqruff-linux-x86_64-musl.tar.gz"
sha256 "388bbe098058cb5d4686de1ad536efdfddd09647f76c8674a42e88b84839d4cf"
url "https://github.com/quarylabs/sqruff/releases/download/v0.23.1/sqruff-linux-x86_64-musl.tar.gz"
sha256 "df72802e1ebac14e2d93466f026f1dce55d0e96db8dcc48b1fbe242c5e073356"
end

def install
Expand Down

0 comments on commit b554bb0

Please sign in to comment.