Files
homebrew-cask/Casks/a/adapter.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
571 B
Ruby

cask "adapter" do
version "2.1.6"
sha256 "ef2de9f0795cd446d26a4de1180b2580402abe8e5f13368e42d8da39eadde729"
url "https://assets.macroplant.com/download/4/Adapter-#{version}.dmg"
name "Adapter"
desc "Converts video, audio and images"
homepage "https://macroplant.com/adapter"
livecheck do
url :homepage
regex(%r{href=.*?/Adapter[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
end
app "Adapter.app"
zap trash: [
"~/Library/Application Support/Adapter",
"~/Library/Caches/com.macroplant.adapter",
"~/Library/com.macroplant.adapter.plist",
]
end