Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2440)
Browse files Browse the repository at this point in the history
- Node.js-all: v20.5.1 -> v20.6.0
- Oh My Posh-all: v18.6.2 -> v18.7.0
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.23.7_arm64.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.24.0_arm64.deb
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.23.7_armhf.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.24.0_armhf.deb
- Tor-arm64: 12.5.2 -> 12.5.3
- Tor-armhf: 12.5.2 -> 12.5.3
- Unciv-all: 4.7.19 -> 4.8.2
- Zoom-arm64: 5.15.11.7239 -> 5.15.12.7665

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 6, 2023
1 parent 30a9d47 commit 2a18bdb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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.5.1
version=v20.6.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.6.2
version=v18.7.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down
4 changes: 2 additions & 2 deletions apps/Syncthing/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.23.7_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.23.7_arm64.deb"
filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.24.0_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.24.0_arm64.deb"

case "$arch" in
"64")
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.2
version=12.5.3

#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.2
version=12.5.3

#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.7.19
version=4.8.2

### 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/Zoom/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=5.15.11.7239
version=5.15.12.7665

#install box64
"${DIRECTORY}/manage" install-if-not-installed 'Box64' || error "Box64 installation failed!"
Expand Down

0 comments on commit 2a18bdb

Please sign in to comment.