@halilertekin/macos-system-cleaner 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  class MacosSystemCleaner < Formula
2
2
  desc "A collection of scripts to clean RAM, cache and IDEs for improved macOS system performance"
3
3
  homepage "https://github.com/halilertekin/macOS-System-Cleaner"
4
- url "https://github.com/halilertekin/macOS-System-Cleaner/archive/refs/tags/v1.2.0.tar.gz"
5
- sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" # Updated SHA256 for v1.1.0
4
+ url "https://github.com/halilertekin/macOS-System-Cleaner/archive/refs/tags/v1.2.1.tar.gz"
5
+ sha256 "c919b932c8d9d4b1b4951f877599eb039c41966baac01c5629b9bae7980e26df" # Updated SHA256 for v1.1.0
6
6
  license "MIT"
7
7
 
8
8
  def install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halilertekin/macos-system-cleaner",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A collection of scripts to clean RAM, cache and IDEs for improved macOS system performance",
5
5
  "main": "main_cleaner.sh",
6
6
  "scripts": {