Skip to content

Commit

Permalink
AU: 2 updated - deepl windjview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 13, 2021
1 parent 6f31cd9 commit b0f609b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/deepl/deepl.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>deepl</id>
<version>2.4.0</version>
<version>2.5.1</version>
<title>DeepL</title>
<authors>DeepL</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/windjview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ WinDjView is a fast, compact and powerful DjVu viewer for Windows with tabbed in
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
10 changes: 5 additions & 5 deletions automatic/windjview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageName = 'windjview'
$packageName = 'windjview'
$installerType = 'exe'
$silentArgs = '/S'
$url = 'http://sourceforge.net/projects/windjview/files/WinDjView/2.1/WinDjView-2.1-Setup.exe/download'
$checksum = 'bbf32f86dc8db03a73c1331a04d73b41bc80c52b'
$checksumType = 'sha1'
$url = 'https://sourceforge.net/projects/windjview/files/WinDjView/2.1/WinDjView-2.1-Setup.exe/download'
$checksum = 'edd0016a9b528243e5eaff9677237059d3bc3ca7ea5dad28885c267728f61a98'
$checksumType = 'sha256'
$validExitCodes = @(0)

Install-ChocolateyPackage -PackageName "$packageName" `
Expand All @@ -12,4 +12,4 @@ Install-ChocolateyPackage -PackageName "$packageName" `
-Url "$url" `
-ValidExitCodes $validExitCodes `
-Checksum "$checksum" `
-ChecksumType "$checksumType"
-ChecksumType "$checksumType"
21 changes: 14 additions & 7 deletions automatic/windjview/windjview.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>windjview</id>
<version>2.1</version>
<version>2.1.0.20210612</version>
<title>WinDjView</title>
<authors>Andrew Zhezherun, Leonid Zhezherun</authors>
<owners>dtgm</owners>
<owners>tunisiano</owners>
<licenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<projectUrl>https://windjview.sourceforge.net/</projectUrl>
<packageSourceUrl></packageSourceUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/2cd7b088935b5385402c8bd43a3c8097d57c7dac/icons/windjview.png</iconUrl>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/windjview</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@27748ef3affd3f0afa66fcfd94db7e4cee43e5f5/icons/windjview.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>WinDjView is a fast, compact and powerful DjVu viewer for Windows with tabbed interface, continuous scrolling and advanced printing options. It uses the free [DjVuLibre](http://djvu.sourceforge.net/) library to decode DjVu documents. [DjVu](http://djvu.org/) is a web-centric format and software platform for distributing documents and images.
<description><![CDATA[## WinDjView
WinDjView is a fast, compact and powerful DjVu viewer for Windows with tabbed interface, continuous scrolling and advanced printing options. It uses the free [DjVuLibre](http://djvu.sourceforge.net/) library to decode DjVu documents. [DjVu](http://djvu.org/) is a web-centric format and software platform for distributing documents and images.
[Forum](https://sourceforge.net/p/windjview/discussion/)
[Source code](https://sourceforge.net/p/windjview/code/)</description>
[Source code](https://sourceforge.net/p/windjview/code/)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>Fast, compact, and powerful DjVu viewer</summary>

<releaseNotes>[News](http://windjview.sourceforge.net/news)
Expand All @@ -26,4 +33,4 @@
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>

0 comments on commit b0f609b

Please sign in to comment.