Skip to content

Commit

Permalink
LibreWolf, Oh My Posh, Zoom: Update App Versions
Browse files Browse the repository at this point in the history
- LibreWolf-arm64: 126.0.1-1 -> 127.0-1
- Oh My Posh-all: v21.10.2 -> v21.11.0
- Zoom-arm64: 6.0.12.5501 -> 6.1.0.198
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
1 parent 470550d commit d551ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/LibreWolf/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=126.0.1-1
version=127.0-1

#install all dependencies found in the librewolf amd64 deb
depends=()
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=v21.10.2
version=v21.11.0

#determine filename of download
if [ $arch == 32 ];then
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.0.12.5501
version=6.1.0.198

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

0 comments on commit d551ba0

Please sign in to comment.