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