Skip to content

Commit

Permalink
Brew formula update for scaffold version scaffold-v3.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Dec 18, 2024
1 parent adda9c3 commit 31d7caa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scaffold.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Scaffold < Formula
desc "Scaffold CloudQuery source and destination plugins"
homepage "https://cloudquery.io"
version "3.4.9"
version "3.4.10"

on_macos do
on_intel do
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.9/cq-scaffold_darwin_amd64.zip"
sha256 "66fbe4c352ed93d8394b123a46af50aeb80a230b3f83935f36b65744250b7c2c"
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.10/cq-scaffold_darwin_amd64.zip"
sha256 "9b8cd0579b0c8054654ae7c24ce8d121872ee409335bf9d6dd3643fe75cca3a0"

def install
bin.install "cq-scaffold"
end
end
on_arm do
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.9/cq-scaffold_darwin_arm64.zip"
sha256 "0bea8ab6be96d3bdc2a9fb6fcde3aaadaf795546ed93478907fcb912acb9dc51"
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.10/cq-scaffold_darwin_arm64.zip"
sha256 "07421e45da868e3115cfbb54b8fb4687ca7084acfdec5387667b2806e5f66f95"

def install
bin.install "cq-scaffold"
Expand All @@ -29,8 +29,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.9/cq-scaffold_linux_amd64.zip"
sha256 "c0a52c9bec847bf3e69a18047cc65a16aa8e0b3dab2423925be94155471427e8"
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.10/cq-scaffold_linux_amd64.zip"
sha256 "e2347b4919d1879f9a8ed6bca2acf349a839dfb3d23d689762a710115744c302"

def install
bin.install "cq-scaffold"
Expand All @@ -39,8 +39,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.9/cq-scaffold_linux_arm64.zip"
sha256 "1bde1766d6ae80389194d60193fdc134418065f6f497171ee162c90de70c5430"
url "https://github.com/cloudquery/cloudquery/releases/download/scaffold-v3.4.10/cq-scaffold_linux_arm64.zip"
sha256 "7334f97c61e16a6e0388fd7e9e1b276bde6b9410242950b879d1c4a3d7c1d41a"

def install
bin.install "cq-scaffold"
Expand Down

0 comments on commit 31d7caa

Please sign in to comment.