We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b708da9 commit 754d028Copy full SHA for 754d028
1 file changed
Casks/webstorm-eap.rb
@@ -1,9 +1,9 @@
1
cask "webstorm-eap" do
2
arch arm: "-aarch64"
3
4
- version "2026.2,262.4852.53"
5
- sha256 arm: "4e13555228873e520c688332a46410f1804d02ab673c6930d00057f691841156",
6
- intel: "b8bbbc29bcb75e710fd7e4aa77a193bb53e54cc30b0d4c19c73a84824277566a"
+ version "2026.2,262.5752.26"
+ sha256 arm: "426f8a5ac38efdda2980695a76bc69d838c8814b497bdb5cb53c6e973ba701bb",
+ intel: "dda1c1043101a1756e30ca017cf9643812521a0a15741120bacdbefb34b7b205"
7
8
url "https://download.jetbrains.com/webstorm/WebStorm-#{version.csv.second}#{arch}.dmg"
9
name "WebStorm EAP"
@@ -24,8 +24,9 @@
24
end
25
26
auto_updates true
27
-
28
# The application path is often inconsistent between versions
+ depends_on :macos
29
+
30
rename "WebStorm*.app", "WebStorm EAP.app"
31
32
app "WebStorm EAP.app"
0 commit comments