From 54f263d05fa2c7734ac80354117324415b2ab3a3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 11 Mar 2020 10:17:12 +0200 Subject: [PATCH] firefox-bin: Fix update issue --- extra/firefox-bin/build | 4 ++-- extra/firefox-bin/checksums | 2 +- extra/firefox-bin/sources | 2 +- extra/firefox-bin/version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/firefox-bin/build b/extra/firefox-bin/build index afc2cef6..d3c86b4e 100755 --- a/extra/firefox-bin/build +++ b/extra/firefox-bin/build @@ -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 <