mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 02:32:57 -06:00
firefox-bin: bump to 76.0
This commit is contained in:
parent
cf1e96a711
commit
8a07e47209
@ -1,49 +1,3 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
# As KISS doesn't support repository packages as
|
cp -r usr "$1/usr"
|
||||||
# binaries per se, this build file simply spawns
|
|
||||||
# a second instance of 'kiss' to install the tarball.
|
|
||||||
#
|
|
||||||
# This could have just unpacked the tarball and
|
|
||||||
# repacked it (as is done with shellcheck-bin and
|
|
||||||
# pandoc-bin) but due to its size, this workaround
|
|
||||||
# is needed.
|
|
||||||
printf 'Installing firefox-bin\n'
|
|
||||||
|
|
||||||
# The tarball is hosted on GitHub which doesn't allow
|
|
||||||
# for the file naming scheme the package manager uses
|
|
||||||
# for its built tarballs (pkg#ver-rel.tar.gz).
|
|
||||||
mv -f firefox*\?no-extract "firefox-bin#68.7.0esr-1.tar.gz"
|
|
||||||
|
|
||||||
# Install the package as you would any other you have
|
|
||||||
# built yourself. In reality, I could have just given
|
|
||||||
# a link to this tarball and asked you to run this
|
|
||||||
# command yourself.
|
|
||||||
#
|
|
||||||
# I'm nice though and want this to fit into the system
|
|
||||||
# like any other package.
|
|
||||||
KISS_FORCE=1 kiss i "$PWD/firefox-bin#68.7.0esr-1.tar.gz"
|
|
||||||
|
|
||||||
cat <<EOF
|
|
||||||
|
|
||||||
NOTE: Install the 'hicolor-icon-theme' package if
|
|
||||||
no other icon themes are installed.
|
|
||||||
|
|
||||||
NOTE: Install the 'firefox-privacy' package to
|
|
||||||
enable extra privacy restrictions.
|
|
||||||
|
|
||||||
NOTE: This includes more telemetry removals,
|
|
||||||
hardened settings, no phoning-home etc.
|
|
||||||
|
|
||||||
-> kiss b firefox-privacy
|
|
||||||
-> kiss i firefox-privacy
|
|
||||||
|
|
||||||
NOTE: The 'Terminated' message below is fine and is a
|
|
||||||
side-effect of how this package works and is
|
|
||||||
temporary.
|
|
||||||
|
|
||||||
For more information, see the 'build' file.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
kill 0
|
|
||||||
|
@ -1 +1 @@
|
|||||||
993e6607c9aa8bbb2624fdb56c361a621e85ceabdb2cdf3ee53b38b0bb54db9c firefox-bin.68.7.0esr-1.tar.gz?no-extract
|
0cabc33f02daeddf921fef028b7f9cd847397ccb0e6e08a9bd1314862dff750c firefox.76.0-1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
https://github.com/kisslinux/repo/releases/download/1.9.11/firefox-bin.68.7.0esr-1.tar.gz?no-extract
|
https://github.com/kisslinux/repo/releases/download/1.9.11/firefox.76.0-1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
68.7.0esr 1
|
76.0 1
|
||||||
|
Loading…
Reference in New Issue
Block a user