Skip to content

Commit

Permalink
Update Sqruff to version 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed May 15, 2024
1 parent ca8d118 commit 0c0ce13
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.8"
version "0.4.9"

# 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.8/sqruff-darwin-aarch64.tar.gz"
sha256 "e39fa5ade09f33d9de02f240ddbd0cf1168cca9c721ef9d796b332764f81c232"
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.9/sqruff-darwin-aarch64.tar.gz"
sha256 "8b9d8ea731eabf295f2a2f9950653b3d23dab6f4c3abd5c65fb68f849eab9fbc"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.8/sqruff-darwin-x86_64.tar.gz"
sha256 "1e9965c3946ac8bad05fa7f1014f6ca173d3396f8a247841c8c2acc513c263d7"
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.9/sqruff-darwin-x86_64.tar.gz"
sha256 "fc4582abd83f08d2f514c86d7373efa62da405100fe969311cf8bc457221d4cd"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.8/sqruff-linux-x86_64-musl.tar.gz"
sha256 "f4121b4865349d7aa7d363161b187bce64569a6762d1a2f65bf29e6427b92476"
url "https://github.com/quarylabs/sqruff/releases/download/v0.4.9/sqruff-linux-x86_64-musl.tar.gz"
sha256 "2ac3442d69018cb0bb501629710af7a7ffa1489d255bf2b18ff01aafb3ffa1a0"
end

def install
Expand Down

0 comments on commit 0c0ce13

Please sign in to comment.