Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2451)
Browse files Browse the repository at this point in the history
- Electron Fiddle-arm64: 0.34.0 -> 0.34.2
- Electron Fiddle-armhf: 0.34.0 -> 0.34.2
- Microsoft Teams-arm64: 1.3.8 -> 1.3.11
- Microsoft Teams-armhf: 1.3.8 -> 1.3.11
- Oh My Posh-all: v18.9.1 -> v18.10.1
- System Monitoring Center-all: 2.22.1 -> 2.22.2
- Unciv-all: 4.8.6 -> 4.8.8
- Zoom-arm64: 5.16.0.8131 -> 5.16.1.8561

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 27, 2023
1 parent 01a94e6 commit 54738a5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.0
version=0.34.2

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.0
version=0.34.2

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

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

version=v18.9.1
version=v18.10.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/System Monitoring Center/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.22.1
version=2.22.2
version2=1.43.11

if ! package_available gir1.2-gtk-4.0 ; then
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.6
version=4.8.8

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

version=5.16.0.8131
version=5.16.1.8561

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

0 comments on commit 54738a5

Please sign in to comment.