Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2452)
Browse files Browse the repository at this point in the history
- Geekbench 6-arm64: 6.2.0 -> 6.2.1
- Microsoft Teams-arm64: 1.3.11 -> 1.3.13
- Microsoft Teams-armhf: 1.3.11 -> 1.3.13
- Node.js-all: v20.7.0 -> v20.8.0
- Oh My Posh-all: v18.10.1 -> v18.10.3
- System Monitoring Center-all: 2.22.2 -> 2.23.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 29, 2023
1 parent e1d6af8 commit 01d23ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/Geekbench 6/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=6.2.0
version=6.2.1

wget -O /tmp/Geekbench6.tar.gz https://cdn.geekbench.com/Geekbench-${version}-LinuxARMPreview.tar.gz
tar -xf /tmp/Geekbench6.tar.gz -C /tmp || error "Failed to extract files!"
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.11
version=1.3.13

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.11
version=1.3.13

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

version=v20.7.0
version=v20.8.0
version2=v0.39.5

#Checking if using armv6
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.10.1
version=v18.10.3

#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.2
version=2.23.0
version2=1.43.11

if ! package_available gir1.2-gtk-4.0 ; then
Expand Down

0 comments on commit 01d23ef

Please sign in to comment.