From e5a416da25e3a9cf16754a9b63379c69cb8c2316 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 12 Jan 2025 11:18:07 +0000 Subject: [PATCH] Updating brew --- Formula/clearscript.rb | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Formula/clearscript.rb b/Formula/clearscript.rb index 8c13abe..d1c2483 100644 --- a/Formula/clearscript.rb +++ b/Formula/clearscript.rb @@ -2,15 +2,12 @@ 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" - + url "https://gitea.skydust.fr/api/packages/Skydust/generic/brew-clearscript/" + sha256 "7e8ceb5b2c627002db4d2fec764559548349f1a2f5edaf2575fa824c89a1ee1f" def install - mv "Clear.sh", "clearscript" - # Install the script to the appropriate location - bin.install "clearscript" + mv "Clear.sh", "clearscript" + # Install the script to the appropriate location + bin.install "clearscript" end end \ No newline at end of file