summaryrefslogtreecommitdiff
path: root/newmoon/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-03-23 14:05:36 -0400
committerB. Stack <bgstack15@gmail.com>2023-03-23 14:05:36 -0400
commit86ab89f9afc63f40c0f6917f82079ed2040af4c7 (patch)
treea6220570655ce0f3dbf4e8d5765e41be4119f3df /newmoon/debian/_service
parentMerge branch 'waterfox-bump' (diff)
downloadstackrpms-86ab89f9afc63f40c0f6917f82079ed2040af4c7.tar.gz
stackrpms-86ab89f9afc63f40c0f6917f82079ed2040af4c7.tar.bz2
stackrpms-86ab89f9afc63f40c0f6917f82079ed2040af4c7.zip
32.1.0 rc1
modified d/rules to more closely align to stevenpusser, which included multiple new linker flags/optimization level changes
Diffstat (limited to 'newmoon/debian/_service')
-rw-r--r--newmoon/debian/_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/_service b/newmoon/debian/_service
index b6159f5..d1ee13f 100644
--- a/newmoon/debian/_service
+++ b/newmoon/debian/_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">32.0.1_Release</param>
+ <param name="revision">32.1.0_Release</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15