Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- FF Multi Converter-all: 2.3.0 -> 2.3.1
- Github-CLI-arm64: 2.42.1 -> 2.43.1
- Github-CLI-armhf: 2.42.1 -> 2.43.1
- Microsoft Teams-arm64: 1.4.6 -> 1.4.9
- Microsoft Teams-armhf: 1.4.6 -> 1.4.9
- Reaper-arm64: 1.2.4.3 -> 1.2.4.4
- Reaper-armhf: 1.2.4.3 -> 1.2.4.4
- Unciv-all: 4.10.5 -> 4.10.6
  • Loading branch information
github-actions[bot] authored and theofficialgman committed Feb 3, 2024
1 parent de0e0a8 commit 50f96e9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/FF Multi Converter/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.3.0
version=2.3.1

# remove deprecated files. Old installations used a multitude of install methods so the files could be in many places.
if [ -f /usr/local/bin/ffmulticonverter ] || [ -f /usr/local/share/applications/ffmulticonverter.desktop ]; then
Expand Down
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.42.1
version=2.43.1

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.42.1
version=2.43.1

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

version=1.4.6
version=1.4.9

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.4.6
version=1.4.9

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,7 +1,7 @@
#!/bin/bash

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

install_packages xz-utils tar || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

install_packages xz-utils tar || 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.10.5
version=4.10.6

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit 50f96e9

Please sign in to comment.