summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-11 12:25:23 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-11 12:25:23 -0400
commit00b52e7697eb8d125fc0e0f81dbb721b66414471 (patch)
tree5303d6fbf93b99a529a22c58fdf370afc7027055 /newmoon
parentnm 31.1.1 rc1 (diff)
downloadstackrpms-00b52e7697eb8d125fc0e0f81dbb721b66414471.tar.gz
stackrpms-00b52e7697eb8d125fc0e0f81dbb721b66414471.tar.bz2
stackrpms-00b52e7697eb8d125fc0e0f81dbb721b66414471.zip
fix nm spec UXP tag
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/_service4
-rw-r--r--newmoon/newmoon.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/newmoon/_service b/newmoon/_service
index 7817a67..5931ce3 100644
--- a/newmoon/_service
+++ b/newmoon/_service
@@ -13,8 +13,8 @@
</service>
<service name="tar_scm">
<param name="scm">git</param>
- <param name="url">https://gitlab.com/opensource-tracking/palemoon.git</param>
- <param name="revision">db5ee3c1968212742b4ed8b9883069ea7b03f0e1</param>
+ <param name="url">https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git</param>
+ <param name="revision">31.1.1_Release</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 7e89ff2..83454c1 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -4,7 +4,7 @@
%global stackrpms_custom 1
# derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_tag RB_20220510
+%global submodule_platform_tag RB20220707
%global badname palemoon
%global git_commit db5ee3c1968212742b4ed8b9883069ea7b03f0e1
%global tarballdir pale-moon
bgstack15