Skip to content

Commit

Permalink
flow-editor 0.2.1 (new formula)
Browse files Browse the repository at this point in the history
Co-authored-by: Uzair Aftab <[email protected]>

Update Formula/f/flow-editor.rb

Co-authored-by: Uzair Aftab <[email protected]>
  • Loading branch information
plyght and Uzaaft committed Jan 16, 2025
1 parent 298e267 commit 7200f7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Formula/f/flow-editor.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
class FlowEditor < Formula
version "0.2.1"
desc "Flow Control: a programmer's text editor"
homepage "https://github.com/neurocyte/flow"
url "https://github.com/neurocyte/flow/archive/refs/tags/#{version}.tar.gz"
sha256 "826097db34fe8ed012a0409872b1d46f9aa950949c551faf82a6c3f2b184532d"
stable do
url "https://github.com/neurocyte/flow/archive/refs/tags/#{version}.tar.gz"
sha256 "826097db34fe8ed012a0409872b1d46f9aa950949c551faf82a6c3f2b184532d"
end

head do
url "https://github.com/neurocyte/flow.git", branch: "master"
end
license "MIT"

depends_on "zig"
Expand Down

0 comments on commit 7200f7a

Please sign in to comment.