From 6b7b6e51f0c8153af47a5ec8405a32621c89c437 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 19:36:35 +0000 Subject: [PATCH] chore: bump cheatsh to v0.1.2 --- Formula/cheatsh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/cheatsh.rb b/Formula/cheatsh.rb index 11dda69..5a06387 100644 --- a/Formula/cheatsh.rb +++ b/Formula/cheatsh.rb @@ -1,9 +1,9 @@ class Cheatsh < Formula desc "a terminal cheat sheet for linux" homepage "https://github.com/agresdominik/cheat_sheet" - version "0.1.0" - url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v#{version}.tar.gz" - sha256 "377e949fcb2614ca1e25add3db6d27f221bec655179a323219535068d8185204" + version "0.1.2" + url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v0.1.2.tar.gz" + sha256 "b6df830340da71fbe85d972c82432479f8c4d45f821cad489c6ef2e719d88152" license "GPL-3.0" depends_on "go" => :build