We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af271d9 + 60b3fe7 commit 93c5f3bCopy full SHA for 93c5f3b
Casks/c/captainplugins.rb
@@ -0,0 +1,25 @@
1
+cask "captainplugins" do
2
+ version "7.3.6.10032"
3
+ sha256 :no_check
4
+
5
+ url "https://builds.mixedinkey.com/download/53/release/latest?key=dh-708a5f510d404bca9c44e2cecf5ced03"
6
+ name "Captain Plugins Epic"
7
+ desc "Music theory tool"
8
+ homepage "https://mixedinkey.com/get-captain-epic/"
9
10
+ livecheck do
11
+ url :url
12
+ strategy :header_match
13
+ end
14
15
+ depends_on macos: ">= :high_sierra"
16
17
+ pkg "CaptainPlugins.pkg"
18
19
+ uninstall pkgutil: "com.mixedinkey.CaptainPlugins.Epic.pkg"
20
21
+ zap trash: [
22
+ "~/Library/Application Support/Captain Plugins",
23
+ "~/Music/Captain Plugins",
24
+ ]
25
+end
0 commit comments