diff --git a/dev-util/idea-community/idea_community_bin-2023.1.4.recipe b/dev-util/idea-community/idea_community_bin-2023.3.6.recipe old mode 100644 new mode 100755 similarity index 87% rename from dev-util/idea-community/idea_community_bin-2023.1.4.recipe rename to dev-util/idea-community/idea_community_bin-2023.3.6.recipe index 3973734c1..b4c4c1537 --- a/dev-util/idea-community/idea_community_bin-2023.1.4.recipe +++ b/dev-util/idea-community/idea_community_bin-2023.3.6.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://www.jetbrains.com/idea/" COPYRIGHT="2023 JetBrains s.r.o." LICENSE="Apache v2" REVISION="1" -buildVersion="231.9225.16" +buildVersion="233.15026.9" SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion.tar.gz#noarchive" -CHECKSUM_SHA256="9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90" +CHECKSUM_SHA256="5e376677d4b9810f4171700ce9d9d3ece58f245ce8d9f2011b05966df5dd7ddd" ADDITIONAL_FILES="IntelliJ_IDEA_Logo.hvif" ARCHITECTURES="any" @@ -33,7 +33,7 @@ INSTALL() cat << EOF > $appsDir/idea/idea.sh #!/bin/sh -l export PATH=\$JDK17_HOME/bin:\$PATH -exec $appsDir/idea/bin/idea.sh +$appsDir/idea/bin/idea.sh & EOF chmod 755 $appsDir/idea/idea.sh