diff options
author | B. Stack <bgstack15@gmail.com> | 2023-03-23 14:05:36 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-03-23 14:05:36 -0400 |
commit | 86ab89f9afc63f40c0f6917f82079ed2040af4c7 (patch) | |
tree | a6220570655ce0f3dbf4e8d5765e41be4119f3df /newmoon/debian/_service | |
parent | Merge branch 'waterfox-bump' (diff) | |
download | stackrpms-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/_service | 2 |
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> |