waterfox.sh 405 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh
PKGNAME=waterfox
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Fast and Private Web Browser"
URL="https://www.waterfox.net/"

. $(dirname $0)/common.sh

if [ "$VERSION" = "*" ] ; then
11
	VERSION="$(get_github_tag https://github.com/BrowserWorks/Waterfox/)"
12 13
fi

14
PKGURL="https://cdn1.waterfox.net/waterfox/releases/$VERSION/Linux_x86_64/waterfox-$VERSION.tar.bz2"
15 16

install_pack_pkgurl $VERSION