Skip to content

Commit

Permalink
Package updates!
Browse files Browse the repository at this point in the history
Upgrade CL: 2023.2.1 -> 2023.2.2
  • Loading branch information
JonasGroeger authored and github-actions[bot] committed Sep 13, 2023
1 parent 6a01ec3 commit df6efee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added deb/clion_2023.2.2_all.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/clion/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "CL",
"version": "2023.2.1",
"version": "2023.2.2",
"description": "A Cross-Platform IDE for C and C++ by JetBrains"
}
2 changes: 1 addition & 1 deletion packages/clion/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/cpp/CLion-2023.2.1.tar.gz" -O "clion.tar.gz"
wget -c "https://download.jetbrains.com/cpp/CLion-2023.2.2.tar.gz" -O "clion.tar.gz"

0 comments on commit df6efee

Please sign in to comment.