Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/cmdfx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Cmdfx < Formula
desc "Lightweight cross-platform 2D terminal game engine"
homepage "https://github.com/gmitch215/cmdfx"
url "https://github.com/gmitch215/cmdfx/archive/refs/tags/v1.0.0.tar.gz"
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
url "https://github.com/gmitch215/cmdfx/archive/refs/tags/v1.0.1.tar.gz"
sha256 "70f19def56a6286510f3cea7797384dedfc75c107fa679fc540ea4cbb6aecd75"
license "MIT"
head "https://github.com/gmitch215/cmdfx.git", branch: "master"

Expand Down
Loading