forked from kiss-community/repo
firefox-bin: Fix update issue
This commit is contained in:
parent
361065ce22
commit
54f263d05f
@ -13,7 +13,7 @@ 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#68.6.0esr-1.tar.gz"
|
||||
mv -f firefox*\?no-extract "firefox#68.6.0esr-3.tar.gz"
|
||||
|
||||
# Install the package as you would any other you have
|
||||
# built yourself. In reality, I could have just given
|
||||
@ -22,7 +22,7 @@ mv -f firefox*\?no-extract "firefox#68.6.0esr-1.tar.gz"
|
||||
#
|
||||
# I'm nice though and want this to fit into the system
|
||||
# like any other package.
|
||||
KISS_FORCE=1 kiss i "$PWD/firefox#68.6.0esr-1.tar.gz"
|
||||
KISS_FORCE=1 kiss i "$PWD/firefox#68.6.0esr-3.tar.gz"
|
||||
|
||||
cat <<EOF
|
||||
|
||||
|
@ -1 +1 @@
|
||||
8221cae12cbc233dbb2ae267478292553568eb04eb0fae9ea7e5366c99a7cdbf firefox.68.6.0esr-2.tar.gz?no-extract
|
||||
23942164e990f0658abafcb236573a385d35a47834c038adf2502ce795683a05 firefox.68.6.0esr-3.tar.gz?no-extract
|
||||
|
@ -1 +1 @@
|
||||
https://github.com/kisslinux/repo/releases/download/1.9.11/firefox.68.6.0esr-2.tar.gz?no-extract
|
||||
https://github.com/kisslinux/repo/releases/download/1.9.11/firefox.68.6.0esr-3.tar.gz?no-extract
|
||||
|
@ -1 +1 @@
|
||||
68.6.0esr 2
|
||||
68.6.0esr 3
|
||||
|
Loading…
Reference in New Issue
Block a user