Skip to content

Commit

Permalink
Merge pull request #187768 from Homebrew/bump-ibkr-0.10.0i
Browse files Browse the repository at this point in the history
ibkr 0.10.0i
  • Loading branch information
bevanjkay authored Oct 15, 2024
2 parents cb02e53 + 37cb141 commit b64896b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Casks/i/ibkr.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cask "ibkr" do
arch arm: "-arm", intel: "x-x64"

version "0.10.0h"
version "0.10.0i"
sha256 :no_check

url "https://download2.interactivebrokers.com/installers/ntws/latest-standalone/ntws-latest-standalone-macos#{arch}.dmg"
Expand All @@ -19,10 +19,10 @@
args: ["-q"],
}

uninstall quit: [
"com.install4j.5557-0173-2810-0000",
"com.install4j.5557-0173-2810-0000.22",
"IBKR Desktop.app",
uninstall signal: [
["TERM", "com.install4j.5557-0173-2810-0000"],
["TERM", "com.install4j.5557-0173-2810-0000.22"],
["TERM", "IBKR Desktop.app"],
],
script: {
executable: "/Applications/IBKR Desktop/IBKR Desktop Uninstaller.app/Contents/MacOS/JavaApplicationStub",
Expand All @@ -35,5 +35,9 @@
"~/Desktop/IBKR Desktop",
"~/Jts",
"~/Library/Application Support/IBKR Desktop",
"~/Library/HTTPStorages/com.install4j.5557-0173-2810-0000.6858",
"~/Library/Preferences/com.install4j.5557-0173-2810-0000.22.plist",
"~/Library/Preferences/com.install4j.5557-0173-2810-0000.uninstaller.plist",
"~/Library/Saved Application State/com.install4j.5557-0173-2810-0000.22.savedState",
]
end

0 comments on commit b64896b

Please sign in to comment.