Skip to content

Commit

Permalink
Intellij IDEA, Reaper: Update App Versions
Browse files Browse the repository at this point in the history
- Intellij IDEA-arm64: 2024.2 -> 2024.2.0.1
- Reaper-arm64: 719 -> 720
- Reaper-armhf: 719 -> 720
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
1 parent bbf64cd commit 633c59f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Intellij IDEA/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2024.2
version=2024.2.0.1

status "Installing Java 17"
case "$__os_id" in
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=719
version=720
version2=1.2.4.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=719
version=720
version2=1.2.4.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down

0 comments on commit 633c59f

Please sign in to comment.