Skip to content

Commit

Permalink
Merge pull request #10 from estuary/release/0.3.11
Browse files Browse the repository at this point in the history
πŸš€ Release `0.3.11`
  • Loading branch information
psFried authored Dec 7, 2023
2 parents 936070c + bc30909 commit 32d142a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/flowctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ class Flowctl < Formula
homepage "https://github.com/estuary/flow"
# When updating this formula to a new version, you need to update this url as well as the "sha256" and "version" below!
# For example: "shasum -a 256 v0.3.2.tar.gz"
url "https://github.com/estuary/flow/archive/refs/tags/v0.3.9.tar.gz"
sha256 "88485235d1ee2ea4eef6bb3e5a6e6b0572f3baae59dea74a53ddf3a67bc0c9bd"
url "https://github.com/estuary/flow/archive/refs/tags/v0.3.11.tar.gz"
sha256 "fd4157f3e0077af58aeca0da4e8dba7609748e766e2362e32bf8704fda0f2231"
license "Business Source License 1.1"
version "0.3.9"
version "0.3.11"

on_macos do
resource "flowctl-binary" do
url "https://github.com/estuary/flow/releases/download/v0.3.9/flowctl-multiarch-macos"
sha256 "8fac1c38913d4d5426bf812c0eab8935c8ee04125298b2137a585857ec455c5d"
url "https://github.com/estuary/flow/releases/download/v0.3.11/flowctl-multiarch-macos"
sha256 "dfc5e21c5ca4e0e80ea3cfbbacf922ffb44a5bd344b96f64e178b0184af680b1"
end
end

Expand All @@ -20,8 +20,8 @@ class Flowctl < Formula
raise "flowctl can only be installed on x86_64 linux systems, please reach out to [email protected] if you need flowctl on arm"
end
resource "flowctl-binary" do
url "https://github.com/estuary/flow/releases/download/v0.3.9/flowctl-x86_64-linux"
sha256 "da8776f74334fdeee88201504e7047ce12f0f4d1016375287f34b8acfd3e42e0"
url "https://github.com/estuary/flow/releases/download/v0.3.11/flowctl-x86_64-linux"
sha256 "ed240981eea888edc96409f8652b445c3024eb61253939be28c0712cc40b526a"
end
end

Expand Down

0 comments on commit 32d142a

Please sign in to comment.