Skip to content

Commit 595a4fd

Browse files
committed
Kazumi 1.7.2
0 parents  commit 595a4fd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Casks/k/kazumi.rb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
cask "kazumi" do
2+
version "1.7.2"
3+
sha256 "29735e51e3f873721e0194e6a487ef8250131d397a87cec1527c19460238312f"
4+
5+
url "https://github.com/Predidit/Kazumi/releases/download/#{version}/Kazumi_macos_#{version}.dmg"
6+
name "Kazumi"
7+
desc "基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕,支持实时超分辨率。"
8+
homepage "https://github.com/Predidit/Kazumi"
9+
10+
livecheck do
11+
url :url
12+
strategy :github_latest
13+
end
14+
15+
app "Kazumi.app"
16+
17+
zap trash: "~/Library/Application Scripts/com.example.kazumi"
18+
end

0 commit comments

Comments
 (0)