Skip to content

Commit

Permalink
AU: 1 updated - uvtools
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Sep 16, 2024
1 parent b917b88 commit 1c5da01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions uvtools/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x64: https://github.com/sn4k3/UVtools/releases/download/v4.4.1/UVtools_win-x64_v4.4.1.msi
x64: https://github.com/sn4k3/UVtools/releases/download/v4.4.2/UVtools_win-x64_v4.4.2.msi

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/sn4k3/UVtools/releases/download/v4.4.1/UVtools_win-x64_v4.4.1.msi
Get-RemoteChecksum https://github.com/sn4k3/UVtools/releases/download/v4.4.2/UVtools_win-x64_v4.4.2.msi

3. Compare to Checksum:

checksum64: 78033D4777DCBF6E1D64DC86D527F966F8882F76BD13A4D6E07CE955BF19DA0B
checksum64: BD25B1FCC334FC8F57EB04FEBBE96A82094BB2BF857388681A2E4671F7BF6923
4 changes: 2 additions & 2 deletions uvtools/uvtools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>uvtools</id>
<version>4.4.1</version>
<version>4.4.2</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/uvtools</packageSourceUrl>
<owners>jtcmedia</owners>
<title>UVtools (Install)</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ This simple tool can give you insight of supports and find some failures. Did yo
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider [making a small donation](https://www.buymeacoffee.com/jtcmedia). Thank-you!
]]></description>
<releaseNotes>https://github.com/sn4k3/UVtools/releases/tag/v4.4.1</releaseNotes>
<releaseNotes>https://github.com/sn4k3/UVtools/releases/tag/v4.4.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down

0 comments on commit 1c5da01

Please sign in to comment.