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 Jun 9, 2021
1 parent f40c984 commit d85a5fa
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/r22/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r22/lf-windows-amd64.zip
x32: https://github.com/gokcehan/lf/releases/download/r23/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r23/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: 718C533D512893ED817DC6AF9B41E0A4E204B63E4B742D54C363F8793D930678
checksum64: 6C4A46A8065E08B85C8865F9E3A64F8758BA12A6C0E63EF16CFE270A1DD94A20
checksum32: 8EE967C3DF94498D9D37943005B4CEF47FB318043D14F5B1AC42DB9389320B9D
checksum64: FDEFD88D75CBC89A3E8221772C2467100108FEE0E52FC518241E13E3F35C3530

Using AU:
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r22/lf-windows-amd64.zip
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r23/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.22</version>
<version>0.23</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/r22</releaseNotes>
<releaseNotes>https://github.com/gokcehan/lf/releases/tag/r23</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 d85a5fa

Please sign in to comment.