File README.update.source of Package palemoon
git clone https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git palemoon pushd palemoon git submodule init && git submodule update git checkout release && git submodule update git log # figure out latest tag with _Release in the name - for this example it's 31.3.0.1_Release git-archive-all -v --prefix=palemoon-31.3.0.1_Release/ -9 ../palemoon-31.3.0.1_Release.tar.gz popd git clone https://repo.palemoon.org/MoonchildProductions/pale-moon-localization.git palemoon-localizations pushd palemoon-localizations git log # figure out latest tag - for this example it's 31.3.0 git-archive-all -v --prefix=palemoon-localizations-31.3.0/ -9 ../palemoon-localizations-31.3.0.tar.gz popd