Skip to content

Commit

Permalink
update intellij-idea for Apple Silicon (#98197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hou authored Jan 16, 2021
1 parent e5d7974 commit 0a5f60a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Casks/intellij-idea.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
cask "intellij-idea" do
version "2020.3.1"
sha256 "ed193f2fde56b79eb119b17ac7f87f72c830b351e2cfe614895ca294a24a1f6d"

url "https://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
if Hardware::CPU.intel?
sha256 "ed193f2fde56b79eb119b17ac7f87f72c830b351e2cfe614895ca294a24a1f6d"
url "https://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
else
sha256 "19005915a36471b36cac17088652f9636a3624d1c0c4b7d5bcdb5aa77a3811e4"
url "https://download.jetbrains.com/idea/ideaIU-#{version}-aarch64.dmg"
end

appcast "https://data.services.jetbrains.com/products/releases?code=IIU&latest=true&type=release"
name "IntelliJ IDEA Ultimate"
homepage "https://www.jetbrains.com/idea/"
Expand Down

0 comments on commit 0a5f60a

Please sign in to comment.