From fb624b5613a6efd04dc04501704691892ccc869a Mon Sep 17 00:00:00 2001 From: Skydust Date: Sat, 14 Oct 2023 18:53:26 +0200 Subject: [PATCH] Actualiser Formula/clearscript.rb --- Formula/clearscript.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/clearscript.rb b/Formula/clearscript.rb index c1021d2..b6abf2b 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 "1.1.1" - - - 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.0" + + + def install + mv "Clear.sh", "clearscript" + # Install the script to the appropriate location + bin.install "clearscript" + end end \ No newline at end of file