Skip to content

Commit

Permalink
Reaper, Zoom: Update App Versions
Browse files Browse the repository at this point in the history
- Reaper-arm64: 721 -> 722
- Reaper-armhf: 721 -> 722
- Zoom-arm64: 6.1.10.1400 -> 6.1.11.1545
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent e9bde66 commit a1efaf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=721
version=722
version2=1.2.4.6
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=721
version=722
version2=1.2.4.6
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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.1.10.1400
version=6.1.11.1545

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

0 comments on commit a1efaf5

Please sign in to comment.