Skip to content

Commit

Permalink
Merge pull request #21 from estuary/release/0.5.6
Browse files Browse the repository at this point in the history
πŸš€ Release `0.5.6`
  • Loading branch information
psFried authored Oct 15, 2024
2 parents 645da13 + 6858990 commit 47c36ac
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.5.4.tar.gz"
sha256 "9bf9f8ee23d8580159959f156cb4ea7ce26eb9f0e6ee3f0363156f5f4b0f7396"
url "https://github.com/estuary/flow/archive/refs/tags/v0.5.6.tar.gz"
sha256 "1297630b47686fba0319b84680fe60350b3ffc1aaf22d4e8906a75bc2ed4c6ee"
license "Business Source License 1.1"
version "0.5.4"
version "0.5.6"

on_macos do
resource "flowctl-binary" do
url "https://github.com/estuary/flow/releases/download/v0.5.4/flowctl-multiarch-macos"
sha256 "70a1f9f6afcd089e5072a06ae3a672e90fba00bb9598b785248ca3877e34fd4d"
url "https://github.com/estuary/flow/releases/download/v0.5.6/flowctl-multiarch-macos"
sha256 "aeabd3dcbbdbccd9277e9739f1de595ae21421e771d3b68b2ab5b66a3a04063f"
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.5.4/flowctl-x86_64-linux"
sha256 "c0df76ab18cf6fa65e23f6ee24ef03e20ef298a5f156d2c81a503bd2655ea36f"
url "https://github.com/estuary/flow/releases/download/v0.5.6/flowctl-x86_64-linux"
sha256 "a93f0907f7f40276e0bf918ec8315d03681dc07610239add3a6c89c28df3b3c2"
end
end

Expand Down

0 comments on commit 47c36ac

Please sign in to comment.