Skip to content

Commit

Permalink
tinkertool: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 6, 2024
1 parent 9b2529f commit e541c27
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
21 changes: 21 additions & 0 deletions Casks/tinkertool.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "tinkertool" do
version "9.66"
sha256 "376d568fed91a50166511a992f5e4f5dd00f2436b5f4f87e7928f08f8ec63320"

url "https://www.bresink.com/download3.php?PHPSESSID=92a1feeb341686c3289ed317c51048d7"
name "TinkerTool"
desc "Gives you access to additional system preference settings"
homepage "https://www.bresink.com/osx/TinkerTool.html"

livecheck do
url "https://www.bresink.com/osx/0TinkerTool/download.php"
regex(/(\d+(?:\.\d+)+) \(Build \d+\)/i)
end

app "TinkerTool.app"

zap trash: [
"~/Library/Application Scripts/com.bresink.system.tinkertool",
"~/Library/Containers/com.bresink.system.tinkertool",
]
end
22 changes: 0 additions & 22 deletions Experimental/tinkertool.rb

This file was deleted.

0 comments on commit e541c27

Please sign in to comment.