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 Apr 14, 2021
1 parent 2d14db9 commit f40c984
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/r21/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r21/lf-windows-amd64.zip
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

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: A36D3E7B72F7B8B8BF6B8A919DC593F9F87E95093B483E13845E1D4F34369DDA
checksum64: ED132A29FB7232F3394CF65C75682A0B75720B150B4BA570CB940AFFD359DCDD
checksum32: 718C533D512893ED817DC6AF9B41E0A4E204B63E4B742D54C363F8793D930678
checksum64: 6C4A46A8065E08B85C8865F9E3A64F8758BA12A6C0E63EF16CFE270A1DD94A20

Using AU:
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r21/lf-windows-amd64.zip
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r22/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.21</version>
<version>0.22</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/r21</releaseNotes>
<releaseNotes>https://github.com/gokcehan/lf/releases/tag/r22</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 f40c984

Please sign in to comment.