diff --git a/Formula/flowctl.rb b/Formula/flowctl.rb index 00668a7..cc270a1 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.3.12.tar.gz" - sha256 "04a45341660acc5cd1b9bbcaef6dc4f96124f1b56b24aa727e894beefb64cc07" + url "https://github.com/estuary/flow/archive/refs/tags/v0.3.13.tar.gz" + sha256 "e77a36e0b8ef9fdc15d88e413e9a424a59ce463d6cbeb015aa7e164907f07d44" license "Business Source License 1.1" - version "0.3.12" + version "0.3.13" on_macos do resource "flowctl-binary" do - url "https://github.com/estuary/flow/releases/download/v0.3.12/flowctl-multiarch-macos" - sha256 "5943a139b8478c2959bb5f75cd44fc1a94cb1031c04a751dda888b6fa25be212" + url "https://github.com/estuary/flow/releases/download/v0.3.13/flowctl-multiarch-macos" + sha256 "8a3ab7907ba4d7b171eb96f7d5bc271fc2db41fcb4cdb459c58046a63ac08182" 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.3.12/flowctl-x86_64-linux" - sha256 "6956cac9b1013b1020b1214a79e96de2808132d94f476c3329b07476abb0dd6e" + url "https://github.com/estuary/flow/releases/download/v0.3.13/flowctl-x86_64-linux" + sha256 "7b5a5e0082fc6a4cb5fc028944ced90749d8ef8f7ab403b43cdb5b8d02295f53" end end