summaryrefslogtreecommitdiff
path: root/newmoon/newmoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 20:36:46 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 20:36:46 -0500
commitcb487e2cf283d9bb857067125b7e01493e90e2ba (patch)
tree39936d10346390209f920467bcb09f255a224ace /newmoon/newmoon.spec
parentadd python2.7 build dep (diff)
downloadstackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.tar.gz
stackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.tar.bz2
stackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.zip
nm 32.0.1 rc1
Diffstat (limited to 'newmoon/newmoon.spec')
-rw-r--r--newmoon/newmoon.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index e914c46..30e1d36 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_20230123
+%global submodule_platform_tag RB_20230219
%global badname palemoon
%global git_commit db5ee3c1968212742b4ed8b9883069ea7b03f0e1
%global tarballdir pale-moon
@@ -44,7 +44,7 @@ Name: newmoon
Name: newmoon
%endif
Summary: Newmoon web browser
-Version: 32.0.0
+Version: 32.0.1
Release: 1
Group: Networking/Web
bgstack15