Skip to content

Commit

Permalink
Floorp, Oh My Posh: Update App Versions
Browse files Browse the repository at this point in the history
- Floorp-arm64: 11.18.1 -> 11.19.0
- Oh My Posh-all: v23.15.2 -> v23.15.3
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent 50d1517 commit 0ef30bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Floorp/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ unzip -q /tmp/floorp-deb.zip -d /tmp/floorp-deb || error "failed to extract /tmp
rm -f /tmp/floorp-deb.zip

#no arm64 deb exists, so put arm64 files in deb structure
version=11.18.1
version=11.19.0
wget -O /tmp/floorp.tar.bz2 "https://github.com/Floorp-Projects/Floorp/releases/download/v${version}/floorp-${version}.linux-aarch64.tar.bz2"

status 'Extracting: /tmp/floorp.tar.bz2'
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=v23.15.2
version=v23.15.3

#determine filename of download
if [ $arch == 32 ];then
Expand Down

0 comments on commit 0ef30bf

Please sign in to comment.