Skip to content

Commit

Permalink
Merge pull request #14 from estuary/release/0.3.13
Browse files Browse the repository at this point in the history
πŸš€ Release `0.3.13`
  • Loading branch information
jgraettinger authored May 31, 2024
2 parents 25a3f45 + 8e92a66 commit 2a61e83
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.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

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.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

Expand Down

0 comments on commit 2a61e83

Please sign in to comment.