Skip to content

Commit

Permalink
Github-CLI, Intellij IDEA, Microsoft PowerShell, Oh My Posh, Signal: …
Browse files Browse the repository at this point in the history
…Update App Versions

- Github-CLI-arm64: 2.54.0 -> 2.55.0
- Github-CLI-armhf: 2.54.0 -> 2.55.0
- Intellij IDEA-arm64: 2024.2.0.1 -> 2024.2.0.2
- Microsoft PowerShell-all: 7.4.4 -> 7.4.5
- Oh My Posh-all: v23.6.6 -> v23.6.7
- Signal-arm64: 7.20.0 -> 7.20.1
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent d6bbe24 commit 5468bcc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.54.0
version=2.55.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

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

version=2.54.0
version=2.55.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1

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.1
version=2024.2.0.2

status "Installing Java 17"
case "$__os_id" in
Expand Down
2 changes: 1 addition & 1 deletion apps/Microsoft PowerShell/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=7.4.4
version=7.4.5

rm -rf "$HOME/powershell"
install_packages libc6 libgcc1 libgssapi-krb5-2 libstdc++6 zlib1g libicu-dev libssl3 '|' libssl1.1 '|' libssl1.0.2 '|' libssl1.0.0 libunwind8 || exit 1
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.6.6
version=v23.6.7

#determine filename of download
if [ $arch == 32 ];then
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.20.0
version=7.20.1

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 5468bcc

Please sign in to comment.