Created
August 15, 2020 09:36
-
-
Save quanglam2807/d1ef4b6b5a29aa0de88c11463fda4161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cask "webcatalog" do | |
| version "24.0.0" | |
| sha256 "7f32b6f07d05d3c9acb8c95162c4513acccc643f8f4ed7ffc7412190bf67d92d" | |
| # github.com/quanglam2807/webcatalog/ was verified as official when first introduced to the cask | |
| url "https://github.com/quanglam2807/webcatalog/releases/download/v#{version}/WebCatalog-#{version}-mac.zip" | |
| appcast "https://github.com/quanglam2807/webcatalog/releases.atom" | |
| name "WebCatalog" | |
| homepage "https://getwebcatalog.com/" | |
| auto_updates true | |
| app "WebCatalog.app" | |
| zap trash: [ | |
| "~/Library/Application Support/WebCatalog", | |
| "~/Library/Caches/com.webcatalog.jordan", | |
| "~/Library/Caches/com.webcatalog.jordan.ShipIt", | |
| "~/Library/Preferences/com.webcatalog.jordan.plist", | |
| "~/Library/Saved Application State/com.webcatalog.jordan.savedState", | |
| ] | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment