mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
602 B
Ruby
21 lines
602 B
Ruby
cask "iina-plus" do
|
|
version "0.7.15"
|
|
sha256 "afedf5d2415d828b3ae9984338b69f7cebae2da318297b0ee801d30d7c954375"
|
|
|
|
url "https://github.com/xjbeta/iina-plus/releases/download/#{version}/IINA+.#{version}.dmg"
|
|
name "IINA+"
|
|
desc "Extra danmaku support for iina (iina 弹幕支持)"
|
|
homepage "https://github.com/xjbeta/iina-plus"
|
|
|
|
auto_updates true
|
|
|
|
app "iina+.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/com.xjbeta.iina-plus",
|
|
"~/Library/Caches/com.xjbeta.iina-plus",
|
|
"~/Library/Preferences/com.xjbeta.iina-plus.plist",
|
|
"~/Library/WebKit/com.xjbeta.iina-plus",
|
|
]
|
|
end
|