Skip to content

Commit

Permalink
Package updates!
Browse files Browse the repository at this point in the history
Upgrade PCP: 2024.2.1 -> 2024.2.2
Upgrade PCC: 2024.2.1 -> 2024.2.2
  • Loading branch information
JonasGroeger authored and github-actions[bot] committed Sep 19, 2024
1 parent f65cb95 commit c7ab508
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file added deb/pycharm-community_2024.2.2_all.deb
Binary file not shown.
Binary file added deb/pycharm-professional_2024.2.2_all.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/pycharm-community/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "PCC",
"version": "2024.2.1",
"version": "2024.2.2",
"description": "Lightweight IDE for Python & Scientific development"
}
2 changes: 1 addition & 1 deletion packages/pycharm-community/preinstall
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

cd /opt/
wget -c "https://download.jetbrains.com/python/pycharm-community-2024.2.1.tar.gz" -O "pycharm-community.tar.gz"
wget -c "https://download.jetbrains.com/python/pycharm-community-2024.2.2.tar.gz" -O "pycharm-community.tar.gz"
2 changes: 1 addition & 1 deletion packages/pycharm-professional/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "PCP",
"version": "2024.2.1",
"version": "2024.2.2",
"description": "Full-featured IDE for Python & Web development"
}
2 changes: 1 addition & 1 deletion packages/pycharm-professional/preinstall
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

cd /opt/
wget -c "https://download.jetbrains.com/python/pycharm-professional-2024.2.1.tar.gz" -O "pycharm-professional.tar.gz"
wget -c "https://download.jetbrains.com/python/pycharm-professional-2024.2.2.tar.gz" -O "pycharm-professional.tar.gz"

0 comments on commit c7ab508

Please sign in to comment.