Skip to content

Commit

Permalink
Merge pull request #18 from estuary/release/0.5.3
Browse files Browse the repository at this point in the history
πŸš€ Release `0.5.3`
  • Loading branch information
jshearer authored Sep 19, 2024
2 parents 3e6bfe3 + bf72348 commit a82554e
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.1.tar.gz"
sha256 "ee16584353ac552795fdbcf66479fefa0f26251be0be4acc47dc81c69548270d"
url "https://github.com/estuary/flow/archive/refs/tags/v0.5.3.tar.gz"
sha256 "fd26c6054b5316ed863c8fe290fbc2febfc685c412296aa53d611eff5d01de42"
license "Business Source License 1.1"
version "0.5.1"
version "0.5.3"

on_macos do
resource "flowctl-binary" do
url "https://github.com/estuary/flow/releases/download/v0.5.1/flowctl-multiarch-macos"
sha256 "f4788e6cbcbb22810689615351bc7b7bad53bc5d60cf41462bd9846d1c496ba8"
url "https://github.com/estuary/flow/releases/download/v0.5.3/flowctl-multiarch-macos"
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
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 support@estuary.dev if you need flowctl on arm"
end
resource "flowctl-binary" do
url "https://github.com/estuary/flow/releases/download/v0.5.1/flowctl-x86_64-linux"
sha256 "2f1280dd3c49e2fe654344be66395ec2ca50f0f04fad5757319366bbba47e0ed"
url "https://github.com/estuary/flow/releases/download/v0.5.3/flowctl-x86_64-linux"
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
end
end

Expand Down

0 comments on commit a82554e

Please sign in to comment.