mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add DevCleaner.app v2.3.1 (#131493)
* Add DevCleaner.app v2.3.1 * Improved livecheck against build number in version * Applied auto-fixes * Update devcleaner.rb * Update devcleaner.rb Co-authored-by: Bevan Kay <email@bevankay.me> Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
co-authored by
Bevan Kay
Miccal Matthews
parent
6cdc1c28a9
commit
1c83c2af04
@@ -0,0 +1,22 @@
|
||||
cask "devcleaner" do
|
||||
version "2.3.1-425"
|
||||
sha256 "d31a01b35e77e5bf6a7a87fde660712c46c69baefd83cfdf62403e1c221ff2cc"
|
||||
|
||||
url "https://github.com/vashpan/xcode-dev-cleaner/releases/download/#{version.sub(/-\d+/, "")}/DevCleaner-#{version}.zip"
|
||||
name "DevCleaner"
|
||||
desc "Reclaim tens of gigabytes of your storage used for various Xcode caches"
|
||||
homepage "https://github.com/vashpan/xcode-dev-cleaner"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/vashpan/xcode-dev-cleaner/releases/latest"
|
||||
regex(/DevCleaner[._-]v?(\d+(?:[.-]\d+)+)\.zip/i)
|
||||
end
|
||||
|
||||
app "DevCleaner.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Scripts/com.oneminutegames.XcodeCleaner",
|
||||
"~/Library/Application Support/CrashReporter/DevCleaner*.plist",
|
||||
"~/Library/Containers/com.oneminutegames.XcodeCleaner",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user