Empty update to see brew upgrade

This commit is contained in:
2025-01-12 09:48:55 +00:00
parent fb624b5613
commit c61688ed54

View File

@@ -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