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 22, 2021
1 parent 74c574b commit 4dc9392
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/r25/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r25/lf-windows-amd64.zip
x32: https://github.com/gokcehan/lf/releases/download/r26/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r26/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: E493852EA5F6128D68FE969FA4601061397CD2D9297959B8B9AD87E929E58236
checksum64: E4DEFCD91AEDAF27AF45660A88F00AAD1C6C9D699AFA521A1E916040FDCB7B9E
checksum32: F43784C5EB7DA863C99F4451044128D8CE1991CAE43CEEE5FC57EC5A1513BB6F
checksum64: AD13C16D26F0F333648612BEBB1256A31CD7AFFADB5E0C0EA8E9AFDAC35CB1FE

Using AU:
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r25/lf-windows-amd64.zip
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r26/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.25</version>
<version>0.26</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/r25</releaseNotes>
<releaseNotes>https://github.com/gokcehan/lf/releases/tag/r26</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 4dc9392

Please sign in to comment.