From 189a4d7538ca5204cd7dd015de3cc5fa327d594c Mon Sep 17 00:00:00 2001 From: Dominik Agres Date: Mon, 23 Mar 2026 19:46:47 +0100 Subject: [PATCH] fix: version number --- Formula/cheatsh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cheatsh.rb b/Formula/cheatsh.rb index a5db35c..cc52941 100644 --- a/Formula/cheatsh.rb +++ b/Formula/cheatsh.rb @@ -1,8 +1,8 @@ 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" - version "0.0.1" sha256 "0000000000000000000000000000000000000000000000000000000000000000" license "GPL-3.0"