Skip to content

Commit

Permalink
Intellij IDEA, Oh My Posh, Pycharm CE, Signal: Update App Versions
Browse files Browse the repository at this point in the history
- Intellij IDEA-arm64: 2024.2.0.2 -> 2024.2.1
- Oh My Posh-all: v23.9.0 -> v23.9.1
- Pycharm CE-arm64: 2024.2.0.1 -> 2024.2.1
- Signal-arm64: 7.22.0 -> 7.22.2
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent b3b9443 commit 1dc5337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.2
version=2024.2.1

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

version=v23.9.0
version=v23.9.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Pycharm CE/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2024.2.0.1
version=2024.2.1

install_packages python3-pip python3-dev || exit 1

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

version=7.22.0
version=7.22.2

install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1

Expand Down

0 comments on commit 1dc5337

Please sign in to comment.