Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2468)
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.36.0 -> 2.37.0
- Github-CLI-armhf: 2.36.0 -> 2.37.0
- Intellij IDEA-arm64: 2023.2.2 -> 2023.2.3
- Node.js-all: v20.8.0 -> v21.0.0
- Oh My Posh-all: v18.11.0 -> v18.14.0
- Pycharm CE-arm64: 2023.2.2 -> 2023.2.3
- System Monitoring Center-all: 1.43.11 -> 1.43.12
- System Monitoring Center-all: 2.24.0 -> 2.25.1
- Tor-arm64: 12.5.4 -> 12.5.6
- Tor-armhf: 12.5.4 -> 12.5.6
- Unciv-all: 4.8.12 -> 4.8.13
- VSCodium-arm64: 1.83.0.23283 -> 1.83.1.23285
- VSCodium-armhf: 1.83.0.23283 -> 1.83.1.23285
- Webcord-arm64: 4.4.3 -> 4.5.0
- Webcord-armhf: 4.4.3 -> 4.5.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
1 parent 23220d6 commit c51cdd7
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 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.36.0
version=2.37.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.36.0
version=2.37.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=2023.2.2
version=2023.2.3

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

version=v20.8.0
version=v21.0.0
version2=v0.39.5

#Checking if using armv6
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=v18.11.0
version=v18.14.0

#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=2023.2.2
version=2023.2.3

install_packages python3-pip python3-dev || exit 1

Expand Down
4 changes: 2 additions & 2 deletions apps/System Monitoring Center/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version=2.24.0
version2=1.43.11
version=2.25.1
version2=1.43.12

if ! package_available gir1.2-gtk-4.0 ; then
install_packages https://github.com/hakandundar34coding/system-monitoring-center/releases/download/v${version2}/system-monitoring-center_${version2}_all.deb || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/Tor/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=12.5.4
version=12.5.6

#if ~/tor-browser_en-US folder exists, prepare to import its user-data
if [ -d ~/tor-browser_en-US/Browser/TorBrowser/Data/Browser ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Tor/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=12.5.4
version=12.5.6

#if ~/tor-browser_en-US folder exists, prepare to import its user-data
if [ -d ~/tor-browser_en-US/Browser/TorBrowser/Data/Browser ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.8.12
version=4.8.13

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down
2 changes: 1 addition & 1 deletion apps/VSCodium/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.83.0.23283
version=1.83.1.23285

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_armhf.deb" || exit 1

2 changes: 1 addition & 1 deletion apps/VSCodium/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.83.0.23283
version=1.83.1.23285

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_arm64.deb" || exit 1

2 changes: 1 addition & 1 deletion apps/Webcord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.4.3
version=4.5.0

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down
2 changes: 1 addition & 1 deletion apps/Webcord/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.4.3
version=4.5.0

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down

0 comments on commit c51cdd7

Please sign in to comment.