From 1be662a23d46ab1c5adb5fe84519cd3c21b7b727 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 21:21:05 +0000 Subject: [PATCH] chore: bump cheatsh to v0.1.3 --- Formula/cheatsh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cheatsh.rb b/Formula/cheatsh.rb index 5a06387..a4fad01 100644 --- a/Formula/cheatsh.rb +++ b/Formula/cheatsh.rb @@ -2,8 +2,8 @@ class Cheatsh < Formula desc "a terminal cheat sheet for linux" homepage "https://github.com/agresdominik/cheat_sheet" version "0.1.2" - url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v0.1.2.tar.gz" - sha256 "b6df830340da71fbe85d972c82432479f8c4d45f821cad489c6ef2e719d88152" + url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v0.1.3.tar.gz" + sha256 "1d5a26d290fe40518abc65698bd7dee028d80339680eb8249e8e632b740991e4" license "GPL-3.0" depends_on "go" => :build