excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / losslesscut.rb
blob941d801000eefebde8a6db08cfcb4d6c9ead41d5
1 cask "losslesscut" do
2   arch arm: "arm64", intel: "x64"
4   version "3.64.0"
5   sha256 arm:   "fcce7269f6500ea0a80f31e98d9042f3409c2fd28c3b9970bf209cab5f5c6918",
6          intel: "04ed8aa1801ebdb54bd048b1d649ef68f541916b9c608f3d564b9e5984537176"
8   url "https://github.com/mifi/lossless-cut/releases/download/v#{version}/LosslessCut-mac-#{arch}.dmg"
9   name "LosslessCut"
10   desc "Trims video and audio files losslessly"
11   homepage "https://github.com/mifi/lossless-cut"
13   livecheck do
14     url :url
15     strategy :github_latest
16   end
18   app "LosslessCut.app"
20   zap trash: [
21     "~/Library/Application Support/LosslessCut",
22     "~/Library/Logs/LosslessCut",
23   ]
24 end