You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Verify Windows Distribution Hash using PowerShell
82
83
The following steps are using LPub3D Windows release hosted on [GitHub][github_releases].
83
84
These steps can be applied to any LPub3D release where a GPG signature file is available.
84
-
- Get the hash file [LPub3D-2.4.9.18.4065_20250114.exe.sha512](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.18.4065_20250114.exe.sha512)
85
+
- Get the hash file [LPub3D-2.4.9.36.4083_20250121.exe.sha512](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.36.4083_20250121.exe.sha512)
85
86
- Open a PowerShell session
86
87
- Add the package download path to `$PkgUrl`{:.posh}
87
88
- Add the hash file sha512 hash to `$PublishedHash`{:.posh}
The following steps are using LPub3D AppImage release hosted on [GitHub][github_releases].
99
100
These steps can be applied to any LPub3D release where a GPG signature file is available.
100
101
- Get the GPG public key: [pubring.auto](https://raw.github.com/trevorsandy/lpub3d/master/builds/utilities/ci/secure/pubring.auto)
101
-
- Get the release: [LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage)
102
-
- Get the hash file: [LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage.sha512](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage.sha512)
103
-
- Get the GPG hash file signature: [LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage.sha512.sig](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage.sha512.sig)
102
+
- Get the release: [LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage)
103
+
- Get the hash file: [LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage.sha512](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage.sha512)
104
+
- Get the GPG hash file signature: [LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage.sha512.sig](https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage.sha512.sig)
104
105
- Ensure GPG is installed and configured: `which gpg`{:.sh}
105
106
- Import the public key file into GPG: `gpg --import pubring.auto`{:.sh}
106
-
- Verify the against its hash file: `sha512sum -c LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage.sha512`{:.sh}
107
-
- Verify the GPG hash file signature: `gpg --verify LPub3D-2.4.9.18.4065_20250114-x86_64.AppImage.sha512.sig`{:.sh}
107
+
- Verify the against its hash file: `sha512sum -c LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage.sha512`{:.sh}
108
+
- Verify the GPG hash file signature: `gpg --verify LPub3D-2.4.9.36.4083_20250121-x86_64.AppImage.sha512.sig`{:.sh}
108
109
109
110
### Quick Links
110
111
-[Build and package LPub3D from source][build-from-source]
@@ -306,13 +307,13 @@ VEX IQ® is a trademarks or service mark of Innovation First International, Inc,
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/805">2.4.9 Enhancement - Inconsistency with parts list shape inputs #805</a></code></li>
85
85
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/806">2.4.9 HowTo - Set theme check script in extras folder for Linux and macOS distros #806</a></code></li>
@@ -445,6 +445,7 @@ <h2>LPub3D Official release.</h2>
445
445
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/388">2.4.0 Fix - Step number displayed on cover page when PLI per step is disabled #388</a></code></li>
446
446
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/379">2.4.0 Fix - Update scene items bring to front send to back #379</a></code></li>
447
447
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/444">2.4.0 How To - LDraw syntax definitions for Notepad++ (added to extras folder) #444</a></code></li>
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/57">2.3.0 Issue - LDView on macOS not loading - missing libraries #57</a></code></li>
760
761
<li><code><ahref="https://github.com/trevorsandy/lpub3d/issues/60">2.3.0 Issue - LPub3D renders very slow on Windows #60, duplicate</a></code></li>
0 commit comments