fix: class name

This commit is contained in:
2026-03-23 19:44:55 +01:00
parent 4087a4f9b9
commit 4ba04f9e38
+2 -2
View File
@@ -1,9 +1,9 @@
class Myapp < Formula class cheatsh < Formula
desc "a terminal cheat sheet for linux" desc "a terminal cheat sheet for linux"
homepage "https://github.com/agresdominik/cheat_sheet" homepage "https://github.com/agresdominik/cheat_sheet"
url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v#{version}.tar.gz" url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v#{version}.tar.gz"
version "0.0.1" version "0.0.1"
sha256 "TODO_SHA256" # run: curl -sL <url> | sha256sum sha256 "0000000000000000000000000000000000000000000000000000000000000000"
license "GPL-3.0" license "GPL-3.0"
depends_on "go" => :build depends_on "go" => :build