Skip to content

Commit

Permalink
Package updates!
Browse files Browse the repository at this point in the history
Upgrade RR: 243.16718.64 -> 243.16718.66
Upgrade RD: 2024.2.5 -> 2024.2.6
  • Loading branch information
JonasGroeger authored and github-actions[bot] committed Oct 9, 2024
1 parent 74b8b96 commit f37be47
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file added deb/rider_2024.2.6_all.deb
Binary file not shown.
Binary file added deb/rustrover-eap_243.16718.66_all.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/rider/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "RD",
"version": "2024.2.5",
"version": "2024.2.6",
"description": "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux"
}
2 changes: 1 addition & 1 deletion packages/rider/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/rider/JetBrains.Rider-2024.2.5.tar.gz" -O "JetBrains.Rider.tar.gz"
wget -c "https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.6.tar.gz" -O "JetBrains.Rider.tar.gz"
2 changes: 1 addition & 1 deletion packages/rustrover-eap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"code": "RR",
"version": "243.16718.64",
"version": "243.16718.66",
"description": "Rust Rover IDE from Jetbrains - EAP Release",
"eap": true
}
2 changes: 1 addition & 1 deletion packages/rustrover-eap/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-243.16718.64.tar.gz" -O "rustrover-eap.tar.gz"
wget -c "https://download.jetbrains.com/rustrover/RustRover-243.16718.66.tar.gz" -O "rustrover-eap.tar.gz"

0 comments on commit f37be47

Please sign in to comment.