diff --git a/dev-util/idea-community/idea_community_bin-2020.1.1.recipe b/dev-util/idea-community/idea_community_bin-2023.1.4.recipe similarity index 73% rename from dev-util/idea-community/idea_community_bin-2020.1.1.recipe rename to dev-util/idea-community/idea_community_bin-2023.1.4.recipe index 01f3dd624..3973734c1 100644 --- a/dev-util/idea-community/idea_community_bin-2020.1.1.recipe +++ b/dev-util/idea-community/idea_community_bin-2023.1.4.recipe @@ -2,12 +2,12 @@ SUMMARY="Intellij IDEA Community Edition" DESCRIPTION="A Java Integrated Development Environment to develop computer \ software." HOMEPAGE="https://www.jetbrains.com/idea/" -COPYRIGHT="2020 JetBrains s.r.o." +COPYRIGHT="2023 JetBrains s.r.o." LICENSE="Apache v2" REVISION="1" -buildVersion="201.7223.91" -SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion-no-jbr.tar.gz#noarchive" -CHECKSUM_SHA256="d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5" +buildVersion="231.9225.16" +SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion.tar.gz#noarchive" +CHECKSUM_SHA256="9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90" ADDITIONAL_FILES="IntelliJ_IDEA_Logo.hvif" ARCHITECTURES="any" @@ -18,7 +18,7 @@ PROVIDES=" " REQUIRES=" haiku - java:environment == 8 + java:environment == 17 " BUILD_PREREQUIRES=" @@ -27,12 +27,12 @@ BUILD_PREREQUIRES=" INSTALL() { mkdir -p $appsDir - tar xvf ideaIC-$portVersion-no-jbr.tar.gz -C $appsDir + tar xvf ideaIC-$portVersion.tar.gz -C $appsDir mv $appsDir/idea-IC-$buildVersion $appsDir/idea - + rm -rvf $appsDir/idea/jbr cat << EOF > $appsDir/idea/idea.sh #!/bin/sh -l -export PATH=\$JDK8_HOME/bin:\$PATH +export PATH=\$JDK17_HOME/bin:\$PATH exec $appsDir/idea/bin/idea.sh EOF chmod 755 $appsDir/idea/idea.sh