We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 595a4fdCopy full SHA for 595a4fd
1 file changed
Casks/k/kazumi.rb
@@ -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