From c61688ed54c396d54b3dc8311390af51e9498672 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 12 Jan 2025 09:48:55 +0000 Subject: [PATCH] Empty update to see brew upgrade --- Formula/clearscript.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/clearscript.rb b/Formula/clearscript.rb index b6abf2b..8c13abe 100644 --- a/Formula/clearscript.rb +++ b/Formula/clearscript.rb @@ -1,16 +1,16 @@ -class Clearscript < Formula - desc "A script to clear multiples caches and useless macos files" - homepage "https://gitea.skydust.fr/Skydust/MacOS-Clear-script" - # Specify the URL of the Git repository - url "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git" - # Specify the branch or tag to use for the installation - head "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git", branch: "master" - version "2.0" - - - def install - mv "Clear.sh", "clearscript" - # Install the script to the appropriate location - bin.install "clearscript" - end +class Clearscript < Formula + desc "A script to clear multiples caches and useless macos files" + homepage "https://gitea.skydust.fr/Skydust/MacOS-Clear-script" + # Specify the URL of the Git repository + url "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git" + # Specify the branch or tag to use for the installation + head "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git", branch: "master" + version "2.1" + + + def install + mv "Clear.sh", "clearscript" + # Install the script to the appropriate location + bin.install "clearscript" + end end \ No newline at end of file