Skip to content

Commit

Permalink
FF Multi Converter, Floorp: Update App Versions
Browse files Browse the repository at this point in the history
- FF Multi Converter-all: 2.4.5 -> 2.4.6
- Floorp-arm64: 11.19.0 -> 11.19.1
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 4db14bd commit cffa8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/FF Multi Converter/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.4.5
version=2.4.6

# remove deprecated files. Old installations used a multitude of install methods so the files could be in many places.
if [ -f /usr/local/bin/ffmulticonverter ] || [ -f /usr/local/share/applications/ffmulticonverter.desktop ]; then
Expand Down
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.19.0
version=11.19.1
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

0 comments on commit cffa8aa

Please sign in to comment.