Skip to content

Commit 93c5f3b

Browse files
authored
Merge pull request #206624 from overcurrent/captainplugins-cask
captainplugins 7.3.6.10032 (new cask)
2 parents af271d9 + 60b3fe7 commit 93c5f3b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Casks/c/captainplugins.rb

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)