Skip to content

Commit

Permalink
Update Sqruff to version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Jun 17, 2024
1 parent 1958021 commit e5b209f
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.7.0"
version "0.7.4"

# 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.7.0/sqruff-darwin-aarch64.tar.gz"
sha256 "5dc5acfc524b86cbf69e450f4a0fa619bc6f6ea7b4fc7f272bf1a95ac7e4930c"
url "https://github.com/quarylabs/sqruff/releases/download/v0.7.4/sqruff-darwin-aarch64.tar.gz"
sha256 "06619f378c3011a7395dec0fb7ce422f411a09a0f56a86fe9baba55b18eaff13"
elsif OS.mac? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.7.0/sqruff-darwin-x86_64.tar.gz"
sha256 "ae855ef5ee4ac46cd64670f7cced0ad649d711db26a7123b3b914aaa8d620394"
url "https://github.com/quarylabs/sqruff/releases/download/v0.7.4/sqruff-darwin-x86_64.tar.gz"
sha256 "8567db7764c73f4fd70d572f86ef3deff8722e1523ce13d291c54ea92c2136bc"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/quarylabs/sqruff/releases/download/v0.7.0/sqruff-linux-x86_64-musl.tar.gz"
sha256 "fe7f213a34106762bbc4b1f05adf30df2e211e300cc8b4a42fd845505684e655"
url "https://github.com/quarylabs/sqruff/releases/download/v0.7.4/sqruff-linux-x86_64-musl.tar.gz"
sha256 "ab4f4685018697663cda4f7e99ac2dc92efb661f8c4fb9e020b8654b278ba2d0"
end

def install
Expand Down

0 comments on commit e5b209f

Please sign in to comment.