Skip to content

Commit

Permalink
Package updates!
Browse files Browse the repository at this point in the history
Upgrade CL: 2024.3.1 -> 2024.3.1.1
Upgrade PS: 2024.3.1 -> 2024.3.1.1
Upgrade RR: 2024.3.1 -> 2024.3.2
Upgrade WS: 2024.3.1 -> 2024.3.1.1
  • Loading branch information
JonasGroeger authored and github-actions[bot] committed Dec 19, 2024
1 parent 223c274 commit c0d941b
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
Binary file added deb/clion_2024.3.1.1_all.deb
Binary file not shown.
Binary file added deb/phpstorm_2024.3.1.1_all.deb
Binary file not shown.
Binary file added deb/rustrover_2024.3.2_all.deb
Binary file not shown.
Binary file added deb/webstorm_2024.3.1.1_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": "2024.3.1",
"version": "2024.3.1.1",
"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-2024.3.1.tar.gz" -O "clion.tar.gz"
wget -c "https://download.jetbrains.com/cpp/CLion-2024.3.1.1.tar.gz" -O "clion.tar.gz"
2 changes: 1 addition & 1 deletion packages/phpstorm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "PS",
"version": "2024.3.1",
"version": "2024.3.1.1",
"description": "Lightning-smart PHP IDE"
}
2 changes: 1 addition & 1 deletion packages/phpstorm/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/webide/PhpStorm-2024.3.1.tar.gz" -O "phpstorm.tar.gz"
wget -c "https://download.jetbrains.com/webide/PhpStorm-2024.3.1.1.tar.gz" -O "phpstorm.tar.gz"
2 changes: 1 addition & 1 deletion packages/rustrover/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "RR",
"version": "2024.3.1",
"version": "2024.3.2",
"description": "A powerhouse IDE for Rust developers"
}
2 changes: 1 addition & 1 deletion packages/rustrover/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/rustrover/RustRover-2024.3.1.tar.gz" -O "rustrover.tar.gz"
wget -c "https://download.jetbrains.com/rustrover/RustRover-2024.3.2.tar.gz" -O "rustrover.tar.gz"
2 changes: 1 addition & 1 deletion packages/webstorm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "WS",
"version": "2024.3.1",
"version": "2024.3.1.1",
"description": "The smartest JavaScript IDE"
}
2 changes: 1 addition & 1 deletion packages/webstorm/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/webstorm/WebStorm-2024.3.1.tar.gz" -O "webstorm.tar.gz"
wget -c "https://download.jetbrains.com/webstorm/WebStorm-2024.3.1.1.tar.gz" -O "webstorm.tar.gz"

0 comments on commit c0d941b

Please sign in to comment.