Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2383)
Browse files Browse the repository at this point in the history
- Microsoft Teams-arm64: 1.1.8 -> 1.1.11
- Microsoft Teams-armhf: 1.1.8 -> 1.1.11 =
- Reaper-arm64: 680 -> 681 =
- Reaper-armhf: 680 -> 681 =
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.23.5_arm64.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.23.6_arm64.deb =
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.23.5_armhf.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.23.6_armhf.deb =
- Unciv-all: 4.7.5-patch1 -> 4.7.6-patch2 =

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 5, 2023
1 parent 1312132 commit 065b6aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/Microsoft Teams/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.1.8
version=1.1.11

install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_armv7l.deb || exit 1

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

version=1.1.8
version=1.1.11

install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_arm64.deb || exit 1

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

version=680
version=681
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

version=680
version=681
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

case "$arch" in
"64")
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.5-patch1
version=4.7.6-patch2

### Install dependencies
install_packages lsb-release wget gpg || error "Failed to install dependencies"
Expand Down

0 comments on commit 065b6aa

Please sign in to comment.