Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2436)
Browse files Browse the repository at this point in the history
- Github Desktop-arm64: 3.2.7-linux2 -> 3.2.9-linux1
- Github Desktop-armhf: 3.2.7-linux2 -> 3.2.9-linux1
- Intellij IDEA-arm64: 2023.2 -> 2023.2.1
- Microsoft Teams-arm64: 1.3.5 -> 1.3.7
- Microsoft Teams-armhf: 1.3.5 -> 1.3.7
- Oh My Posh-all: v18.3.5 -> v18.4.0
- Pycharm CE-arm64: 2023.2 -> 2023.2.1
- Reaper-arm64: 681 -> 682
- Reaper-armhf: 681 -> 682
- Unciv-all: 4.7.16 -> 4.7.17-patch1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 26, 2023
1 parent 90186e1 commit 4c2c121
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.2.7-linux2
version=3.2.9-linux1
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-armhf-${version}.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.2.7-linux2
version=3.2.9-linux1
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1
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=2023.2
version=2023.2.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.3.5
version=1.3.7

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.3.5
version=1.3.7

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

version=v18.3.5
version=v18.4.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
version=2023.2.1

install_packages python3-pip python3-dev || 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=681
version=682
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=681
version=682
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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.16
version=4.7.17-patch1

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

0 comments on commit 4c2c121

Please sign in to comment.