diff -r 75893a3d8fbe -r 893fc4d031d6 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Wed May 02 09:28:53 2018 +0200 +++ b/MozillaFirefox/create-tar.sh Fri Jun 08 22:25:59 2018 +0200 @@ -7,8 +7,8 @@ CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_60_0b16_RELEASE" -VERSION="59.99" +RELEASE_TAG="FIREFOX_61_0b12_RELEASE" +VERSION="60.99" # check required tools test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 5 ) @@ -54,7 +54,7 @@ fi echo "creating archive..." -tar $compression -cf firefox-$VERSION-source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS mozilla +tar $compression -cf firefox-$VERSION.source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS mozilla # l10n echo "fetching locales..."