From 4ba04f9e38037bb9e734318fa93ef6dcf82d06df Mon Sep 17 00:00:00 2001 From: Dominik Agres Date: Mon, 23 Mar 2026 19:44:55 +0100 Subject: [PATCH] fix: class name --- Formula/cheatsh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cheatsh.rb b/Formula/cheatsh.rb index b9df25e..4cc04cb 100644 --- a/Formula/cheatsh.rb +++ b/Formula/cheatsh.rb @@ -1,9 +1,9 @@ -class Myapp < Formula +class cheatsh < Formula desc "a terminal cheat sheet for linux" homepage "https://github.com/agresdominik/cheat_sheet" url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v#{version}.tar.gz" version "0.0.1" - sha256 "TODO_SHA256" # run: curl -sL | sha256sum + sha256 "0000000000000000000000000000000000000000000000000000000000000000" license "GPL-3.0" depends_on "go" => :build