From 42e62c63a4906519a5fd0bf8cd528ab9b163612d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 18 Jan 2020 20:56:57 +0200 Subject: [PATCH] firefox-bin: Update source --- extra/firefox-bin/build | 6 +++--- extra/firefox-bin/checksums | 2 +- extra/firefox-bin/sources | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/firefox-bin/build b/extra/firefox-bin/build index 7afe6816..c7ca2829 100755 --- a/extra/firefox-bin/build +++ b/extra/firefox-bin/build @@ -13,8 +13,8 @@ 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-bin.68.4.1esr-1.tar.gz?no-extract" \ - "firefox#68.4.1esr-1.tar.gz" +mv -f "firefox-bin.68.4.1esr-2.tar.gz.no-extract" \ + "firefox#68.4.1esr-2.tar.gz" # Install the package as you would any other you have # built yourself. In reality, I could have just given @@ -23,7 +23,7 @@ mv -f "firefox-bin.68.4.1esr-1.tar.gz?no-extract" \ # # I'm nice though and want this to fit into the system # like any other package. -KISS_FORCE=1 kiss i "$PWD/firefox#68.4.1esr-1.tar.gz" +KISS_FORCE=1 kiss i "$PWD/firefox#68.4.1esr-2.tar.gz" cat <