summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-19 11:59:45 -0500
committerB Stack <bgstack15@gmail.com>2020-12-19 11:59:45 -0500
commitd206891204a99c722337165b288ee5c0a77cbb84 (patch)
tree844b0faa3e30ac8608bbff32c8407e3406f9a860 /palemoon
parentnm 28.17.0 rc1 (diff)
downloadstackrpms-d206891204a99c722337165b288ee5c0a77cbb84.tar.gz
stackrpms-d206891204a99c722337165b288ee5c0a77cbb84.tar.bz2
stackrpms-d206891204a99c722337165b288ee5c0a77cbb84.zip
fix RELBASE in pm spec file
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/palemoon.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index fb5834d..ba94271 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the full source tree or from notes at https://github.com/MoonchildProductions/Pale-Moon/releases
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_tag RELBASE_20201124
+%global submodule_platform_tag RELBASE_20201218
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
bgstack15