Merge pull request #198952 from Homebrew/bump-vienna-assistant-1.2.483
[Homebrew/homebrew-cask.git] / Casks / m / mac2imgur.rb
blob4f386d6794c12f4ce63e5d1ba477dbd256fb2ca0
1 cask "mac2imgur" do
2   version "226"
3   sha256 "8faeb435fcb866267fa67d4b93d5fc9fb82bcfb2e959c7fcc6f59ab15fb05ccb"
5   url "https://github.com/mileswd/mac2imgur/releases/download/b#{version}/mac2imgur.zip"
6   name "mac2imgur"
7   desc "Upload images and screenshots to Imgur"
8   homepage "https://github.com/mileswd/mac2imgur"
10   deprecate! date: "2024-07-27", because: :unmaintained
12   app "mac2imgur.app"
14   zap trash: [
15     "~/Library/Caches/com.mileswd.mac2imgur",
16     "~/Library/Preferences/com.mileswd.mac2imgur.plist",
17   ]
19   caveats do
20     requires_rosetta
21   end
22 end