diff --git a/Formula/flowctl.rb b/Formula/flowctl.rb index 8b5a558..eb7ea0f 100644 --- a/Formula/flowctl.rb +++ b/Formula/flowctl.rb @@ -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.6.12.tar.gz" - sha256 "67d7436ba8a0f82e7dd6de87f4f63cf098ea5783e76be438bca82882f2faa08a" + url "https://github.com/estuary/flow/archive/refs/tags/v0.6.13.tar.gz" + sha256 "0ae115e641ac59767c072b63343e38355c64311fdce7b3514debbfbe90f80605" license "Business Source License 1.1" - version "0.6.12" + version "0.6.13" on_macos do resource "flowctl-binary" do - url "https://github.com/estuary/flow/releases/download/v0.6.12/flowctl-multiarch-macos" - sha256 "eb2f72ad0e187ee4417d64536fb320f1c0782c0a5198207907ab0ec142211c4d" + url "https://github.com/estuary/flow/releases/download/v0.6.13/flowctl-multiarch-macos" + sha256 "3238b5c8b677dd8dd12201b4d5ef97f844c74b0f6cd199b52a482aaa525a6576" end end @@ -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.6.12/flowctl-x86_64-linux" - sha256 "0edd24b69c708a967682967e4eb396296d57a60cbbd140c6669eb6c0a5576200" + url "https://github.com/estuary/flow/releases/download/v0.6.13/flowctl-x86_64-linux" + sha256 "edf66d27761e5688a05200f2935cb86f816b7e52582eaffd1f5aef2f002d27d2" end end