Skip to content

Commit

Permalink
Package updates!
Browse files Browse the repository at this point in the history
Upgrade WS: 2024.2.2 -> 2024.2.3
Upgrade RM: 2024.2.2 -> 2024.2.3
  • Loading branch information
JonasGroeger authored and github-actions[bot] committed Sep 26, 2024
1 parent 87bdb8c commit 389d629
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file added deb/rubymine_2024.2.3_all.deb
Binary file not shown.
Binary file added deb/webstorm_2024.2.3_all.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/rubymine/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "RM",
"version": "2024.2.2",
"version": "2024.2.3",
"description": "Ruby and Rails IDE with first-class support for Ruby and Rails, JavaScript and CoffeeScript, ERB and HAML, CSS, Sass and Less, and more"
}
2 changes: 1 addition & 1 deletion packages/rubymine/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/ruby/RubyMine-2024.2.2.tar.gz" -O "rubymine.tar.gz"
wget -c "https://download.jetbrains.com/ruby/RubyMine-2024.2.3.tar.gz" -O "rubymine.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.2.2",
"version": "2024.2.3",
"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.2.2.tar.gz" -O "webstorm.tar.gz"
wget -c "https://download.jetbrains.com/webstorm/WebStorm-2024.2.3.tar.gz" -O "webstorm.tar.gz"

0 comments on commit 389d629

Please sign in to comment.