Skip to content

Commit

Permalink
AU: 1 updated - lf
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowgirl314 committed Oct 10, 2021
1 parent e9c9f5c commit 74c574b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions lf/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32: https://github.com/gokcehan/lf/releases/download/r24/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r24/lf-windows-amd64.zip
x32: https://github.com/gokcehan/lf/releases/download/r25/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r25/lf-windows-amd64.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 8D6CFCA5939988445B24B1B6AA5066D7961DF0D9C9DC90C92D26A5CB29C28205
checksum64: 63A9745E39CDDF7AD21AB80F7AEF76E4DDEABBB32B9EB73A33E495D9FB864211
checksum32: E493852EA5F6128D68FE969FA4601061397CD2D9297959B8B9AD87E929E58236
checksum64: E4DEFCD91AEDAF27AF45660A88F00AAD1C6C9D699AFA521A1E916040FDCB7B9E

Using AU:
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r24/lf-windows-amd64.zip
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r25/lf-windows-amd64.zip

File 'LICENSE' is obtained from:
https://raw.githubusercontent.com/gokcehan/lf/master/LICENSE
4 changes: 2 additions & 2 deletions lf/lf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>lf</id>
<title>lf (as in "list files")</title>
<version>0.24</version>
<version>0.25</version>
<authors>Gökçehan Karach</authors>
<owners>Chloe Stars</owners>
<summary>lf (as in "list files") is a terminal file manager written in Go.</summary>
Expand All @@ -27,7 +27,7 @@
<licenseUrl>https://raw.githubusercontent.com/gokcehan/lf/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<releaseNotes>https://github.com/gokcehan/lf/releases/tag/r24</releaseNotes>
<releaseNotes>https://github.com/gokcehan/lf/releases/tag/r25</releaseNotes>
<docsUrl>https://github.com/gokcehan/lf/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/gokcehan/lf/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/cybercatgurrl/chocolatey-pkgs/tree/master/lf/</packageSourceUrl>
Expand Down

0 comments on commit 74c574b

Please sign in to comment.