We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c95ef commit a6c2396Copy full SHA for a6c2396
1 file changed
Casks/a/animeko.rb
@@ -0,0 +1,22 @@
1
+cask "animeko" do
2
+ arch arm: "aarch64.dmg", intel: "x86_64.zip"
3
+
4
+ version "4.11.0"
5
+ sha256 arm: "d2d5e1d3a23ae6f0b2542c78074f707d2e204396cc3e6c0aabcb0ceb053215c9",
6
+ intel: "427332071396278313d299b83ba87b7cf04375c7fae6d5e43fa4e352049229a2"
7
8
+ url "https://github.com/open-ani/animeko/releases/download/v#{version}/ani-#{version}-macos-#{arch}",
9
+ verified: "github.com/open-ani/animeko/"
10
+ name "Animeko"
11
+ desc "Animeko 支持云同步观看记录 (Bangumi)、多视频数据源、缓存、弹幕、以及更多功能,提供尽可能简单且舒适的追番体验。"
12
+ homepage "https://myani.org/"
13
14
+ livecheck do
15
+ url :url
16
+ strategy :github_latest
17
+ end
18
19
+ app "ani.app"
20
21
+ zap trash: "~/Library/Preferences/me.him188.ani.app.desktop.plist"
22
+end
0 commit comments