Skip to content

Commit

Permalink
Intellij IDEA, Microsoft Teams, Reaper, Scrcpy, Unciv: Update App Ver…
Browse files Browse the repository at this point in the history
…sions

- Intellij IDEA-arm64: 2024.3 -> 2024.3.1
- Microsoft Teams-arm64: 1.11.5 -> 1.12.3
- Microsoft Teams-armhf: 1.11.5 -> 1.12.3
- Reaper-arm64: 727 -> 728
- Reaper-armhf: 727 -> 728
- Scrcpy-all: v3.0.2 -> v3.1
- Unciv-all: 4.14.13-patch1 -> 4.14.14
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent cef284f commit 2966238
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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=2024.3
version=2024.3.1

status "Installing Java 17"
case "$__os_id" in
Expand Down
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.11.5
version=1.12.3

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.11.5
version=1.12.3

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=727
version=728
version2=1.2.5
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=727
version=728
version2=1.2.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

version=v3.0.2
version=v3.1

echo -e "==============\n"
echo " · More info: run "\""scrcpy --help"\"" or visit https://github.com/Genymobile/scrcpy"
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.14.13-patch1
version=4.14.14

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

0 comments on commit 2966238

Please sign in to comment.