Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / u / unetbootin.rb
blob5ebedcd2ad31fc7d416f059a325d97e61351f5c1
1 cask "unetbootin" do
2   version "702"
3   sha256 "204f867e9b2604a5ba8818b7d7f4be83d08fa0c3eb0c22e51c39fc5526bd1aed"
5   url "https://github.com/unetbootin/unetbootin/releases/download/#{version}/unetbootin-mac-#{version}.dmg",
6       verified: "github.com/unetbootin/unetbootin/"
7   name "UNetbootin"
8   desc "Tool to install Linux/BSD distributions to a partition or USB drive"
9   homepage "https://unetbootin.github.io/"
11   livecheck do
12     url :url
13     regex(/^v?(\d+(?:\.\d+)*)$/i)
14   end
16   app "unetbootin.app"
18   zap trash: "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.yourcompany.unetbootin.sfl*"
20   caveats do
21     requires_rosetta
22   end
23 end