Skip to content

Commit

Permalink
AU: 1 updated - koodo-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 26, 2024
1 parent ac3846e commit 3f5827f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/koodo-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/troyeguo/koodo-reader)](https://github.com/troyeguo/koodo-reader/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v1.6.3-blue.svg)](https://github.com/troyeguo/koodo-reader/releases/tag/v1.6.3)
[![Software version](https://img.shields.io/badge/Source-v1.6.5-blue.svg)](https://github.com/troyeguo/koodo-reader/releases/tag/v1.6.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/koodo-reader?label=Chocolatey)](https://chocolatey.org/packages/koodo-reader)

Koodo Reader is a full-featured ebook manager to help you better study and digest your books.
Expand Down
2 changes: 1 addition & 1 deletion automatic/koodo-reader/koodo-reader.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>koodo-reader</id>
<version>1.6.3</version>
<version>1.6.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/koodo-reader</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Koodo Reader - All-in-one eBook Reader</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/koodo-reader/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/troyeguo/koodo-reader/releases/tag/v1.6.3
https://github.com/troyeguo/koodo-reader/releases/tag/v1.6.5

and download the installer Koodo-Reader-1.6.3.exe using the relevant link in the
and download the installer Koodo-Reader-1.6.5.exe using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/troyeguo/koodo-reader/releases/download/v1.6.3/Koodo-Reader-1.6.3.exe
https://github.com/troyeguo/koodo-reader/releases/download/v1.6.5/Koodo-Reader-1.6.5.exe

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 Koodo-Reader-1.6.3.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Koodo-Reader-1.6.3.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 Koodo-Reader-1.6.5.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Koodo-Reader-1.6.5.exe

File: Koodo-Reader-1.6.3.exe
File: Koodo-Reader-1.6.5.exe
Type: sha256
Checksum: CC128A982ED92EA8F6A42665480C254A9BDD8DA416499A26548B0A1F16704D19
Checksum: 342392322FC71D611E954C6C063783BCC2BE2BCA297225EF4E48F5904424EB62

Contents of file LICENSE.txt is obtained from https://github.com/troyeguo/koodo-reader/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/koodo-reader/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$installer = Join-Path $toolsDir 'Koodo-Reader-1.6.3.exe'
$installer = Join-Path $toolsDir 'Koodo-Reader-1.6.5.exe'
$silentArgs = '/S /AllUsers'

$pp = Get-PackageParameters
Expand Down

0 comments on commit 3f5827f

Please sign in to comment.