From fa9240fc071e875f68152fb6e0636f2c0b5fc367 Mon Sep 17 00:00:00 2001 From: r4sas Date: Sun, 19 Sep 2021 22:14:50 +0000 Subject: [PATCH] [ff] switch to 78.14.0 Signed-off-by: r4sas --- linux/build/build | 4 ++-- macos/build/build | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/build/build b/linux/build/build index 8df754c..745caf6 100755 --- a/linux/build/build +++ b/linux/build/build @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013-2019, The PurpleI2P Project +# Copyright (c) 2013-2021, The PurpleI2P Project # This file is part of Purple I2P project and licensed under BSD3 # See full license text in LICENSE file at top of project tree @@ -12,7 +12,7 @@ cd $dir arch=$(uname -m) language=$(echo $LANG | cut -c-5 | sed s/_/-/g) -version="78.11.0esr" +version="78.14.0esr" application="firefox" ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version" diff --git a/macos/build/build b/macos/build/build index 1f5eb39..875c723 100755 --- a/macos/build/build +++ b/macos/build/build @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013-2019, The PurpleI2P Project +# Copyright (c) 2013-2021, The PurpleI2P Project # This file is part of Purple I2P project and licensed under BSD3 # See full license text in LICENSE file at top of project tree @@ -12,8 +12,8 @@ cd $dir arch=$(uname -m) language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g') -version="78.11.0esr" -i2pdversion="2.38.0" +version="78.14.0esr" +i2pdversion="2.39.0" ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"