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 Dec 19, 2020
1 parent 94ca2c3 commit 0d18920
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/r17/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r17/lf-windows-amd64.zip
x32: https://github.com/gokcehan/lf/releases/download/r18/lf-windows-386.zip
x64: https://github.com/gokcehan/lf/releases/download/r18/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: C6C8408C9216C6DD9452B05318FA7EBC74F210B39108ACFA8D7746190D653A74
checksum64: E41BA598867139601DB688ED088A71F31AAB65E167CD65465E6B138DE9C06B5F
checksum32: A9D4062FAD03F331632233E4C5092F0FFCB106BF1D5C4D81835A84789717171D
checksum64: C6946173E156BB3E161E62DA82BC57B15074EA954ECED6EA002EFC8620FC53C9

Using AU:
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r17/lf-windows-amd64.zip
Get-RemoteChecksum https://github.com/gokcehan/lf/releases/download/r18/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.17</version>
<version>0.18</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/r17</releaseNotes>
<releaseNotes>https://github.com/gokcehan/lf/releases/tag/r18</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 0d18920

Please sign in to comment.