Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2454)
Browse files Browse the repository at this point in the history
- Electron Fiddle-arm64: 0.34.2 -> 0.34.3
- Electron Fiddle-armhf: 0.34.2 -> 0.34.3
- Github-CLI-arm64: 2.35.0 -> 2.36.0
- Github-CLI-armhf: 2.35.0 -> 2.36.0
- Oh My Posh-all: v18.10.3 -> v18.11.0
- Pycharm CE-arm64: 2023.2.1 -> 2023.2.2
- RiiTag-RPC-arm64: v1.3.3 -> v1.3.4
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.24.0_arm64.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.25.0_arm64.deb
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.24.0_armhf.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.25.0_armhf.deb
- Ulauncher-all: 5.15.3 -> 5.15.4
- Unciv-all: 4.8.8 -> 4.8.10
- WhatsApp-arm64: 21.0 -> 22.0
- WhatsApp-armhf: 21.0 -> 22.0
- Zoom-arm64: 5.16.1.8561 -> 5.16.2.8828

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 4, 2023
1 parent 67217b5 commit 4289f2e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.34.2
version=0.34.3

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.34.2
version=0.34.3

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1
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.35.0
version=2.36.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.35.0
version=2.36.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/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v18.10.3
version=v18.11.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.1
version=2023.2.2

install_packages python3-pip python3-dev || exit 1

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

version=v1.3.3
version=v1.3.4

"${DIRECTORY}/manage" install-if-not-installed ArmCord || error "Failed to install dependency: ArmCord"

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.24.0_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.24.0_arm64.deb"
filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.25.0_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.25.0_arm64.deb"

case "$arch" in
"64")
Expand Down
2 changes: 1 addition & 1 deletion apps/Ulauncher/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=5.15.3
version=5.15.4

install_packages https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}_all.deb python3-distutils-extra python3-levenshtein python3-websocket || exit 1

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.8
version=4.8.10

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

version=21.0
version=22.0

install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/WhatsApp/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=21.0
version=22.0

install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_arm64.deb || exit 1
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.16.1.8561
version=5.16.2.8828

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

0 comments on commit 4289f2e

Please sign in to comment.