Skip to content

Commit

Permalink
Fastfetch, Zoom: Update App Versions
Browse files Browse the repository at this point in the history
- Fastfetch-all: 2.29.0 -> 2.30.1
- Zoom-arm64: 6.2.6.2503 -> 6.2.10.4983
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent fecdf1f commit 3f331c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Fastfetch/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.29.0
version=2.30.1

case "$arch" in
"64") install_packages https://github.com/fastfetch-cli/fastfetch/releases/download/${version}/fastfetch-linux-aarch64.deb || exit 1 ;;
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=6.2.6.2503
version=6.2.10.4983

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

0 comments on commit 3f331c3

Please sign in to comment.