Skip to content

Commit

Permalink
AU: 3 updated - phonerlite phonerlite.install phonerlite.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 7, 2022
1 parent 5731a5c commit f0e0df9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions automatic/phonerlite.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://www.phoner.de/PhonerLiteSetup_3.08.exe
x64: https://www.phoner.de/PhonerLiteSetup_3.08.exe
x32: https://www.phoner.de/PhonerLiteSetup_3.09.exe
x64: https://www.phoner.de/PhonerLiteSetup_3.09.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: E14F2D5F5742325AB6378F405E8335C7C8B3999EFEE2382BC52F57342FCA4711
checksum64: E14F2D5F5742325AB6378F405E8335C7C8B3999EFEE2382BC52F57342FCA4711
checksum32: C4BB041ACE7BBF68E2C3A9B0C33C7AF9BF3D7EDF1604539BB65DA871B6315A83
checksum64: C4BB041ACE7BBF68E2C3A9B0C33C7AF9BF3D7EDF1604539BB65DA871B6315A83

File 'LICENSE.txt' is obtained from:
http://phonerlite.de/license_en.htm
2 changes: 1 addition & 1 deletion automatic/phonerlite.install/phonerlite.install.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>phonerlite.install</id>
<version>3.08</version>
<version>3.09</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/phonerlite.install</packageSourceUrl>
<owners>chtof</owners>
<title>PhonerLite (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/phonerlite.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\PhonerLiteSetup_3.08.exe"
file = "$toolsDir\PhonerLiteSetup_3.09.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/phonerlite.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: B48DB06489C7C660213D5BA1B1391920680197731D659688D7666F51B55C7EE8
checksum64: B48DB06489C7C660213D5BA1B1391920680197731D659688D7666F51B55C7EE8
checksum32: 74F3F860FFBFD61312C1D2B840AC91589B8DA15450BAA64FFAA002D44909570D
checksum64: 74F3F860FFBFD61312C1D2B840AC91589B8DA15450BAA64FFAA002D44909570D

File 'LICENSE.txt' is obtained from:
http://phonerlite.de/license_en.htm
2 changes: 1 addition & 1 deletion automatic/phonerlite.portable/phonerlite.portable.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>phonerlite.portable</id>
<version>3.08</version>
<version>3.09</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/phonerlite.portable</packageSourceUrl>
<owners>chtof</owners>
<title>PhonerLite (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/phonerlite/phonerlite.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>phonerlite</id>
<version>3.08</version>
<version>3.09</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/phonerlite</packageSourceUrl>
<owners>chtof</owners>
<title>PhonerLite</title>
Expand Down Expand Up @@ -80,7 +80,7 @@ See http://phonerlite.de for all information.
]]></description>
<releaseNotes>http://phonerlite.de/download_en.htm</releaseNotes>
<dependencies>
<dependency id="phonerlite.install" version="[3.08]" />
<dependency id="phonerlite.install" version="[3.09]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit f0e0df9

Please sign in to comment.