summaryrefslogtreecommitdiff
path: root/newmoon/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-08-03 14:09:18 -0400
committerB. Stack <bgstack15@gmail.com>2022-08-03 14:09:18 -0400
commita5ffa4a9e1eb9d1a201aac18874087f98be89923 (patch)
tree9f5545ee4680150ccfb064f3454d9d0dd679cc4e /newmoon/_service
parentMerge branch 'xdgmenumaker-bump' into 'master' (diff)
downloadstackrpms-a5ffa4a9e1eb9d1a201aac18874087f98be89923.tar.gz
stackrpms-a5ffa4a9e1eb9d1a201aac18874087f98be89923.tar.bz2
stackrpms-a5ffa4a9e1eb9d1a201aac18874087f98be89923.zip
nm 31.2.0 rc1
Diffstat (limited to 'newmoon/_service')
-rw-r--r--newmoon/_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/_service b/newmoon/_service
index 5931ce3..b813565 100644
--- a/newmoon/_service
+++ b/newmoon/_service
@@ -14,7 +14,7 @@
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git</param>
- <param name="revision">31.1.1_Release</param>
+ <param name="revision">31.2.0_Release</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15