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 Jul 15, 2022
1 parent 81c0001 commit 1b16068
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.06.exe
x64: https://www.phoner.de/PhonerLiteSetup_3.06.exe
x32: https://www.phoner.de/PhonerLiteSetup_3.07.exe
x64: https://www.phoner.de/PhonerLiteSetup_3.07.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: A62EC76C67EA5A3FE0B3C582CFFB854ED64BA5095A568A6DB4CE6CFA545525CE
checksum64: A62EC76C67EA5A3FE0B3C582CFFB854ED64BA5095A568A6DB4CE6CFA545525CE
checksum32: E05376B05E8A5E309F96081F67E7AEAC821F4181BA390FE33A9444F9606A5325
checksum64: E05376B05E8A5E309F96081F67E7AEAC821F4181BA390FE33A9444F9606A5325

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.06</version>
<version>3.07</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.06.exe"
file = "$toolsDir\PhonerLiteSetup_3.07.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: 1D10817F690E13B8519BFEEB6ED6275770DD51FA417225723B2317CB4991EEF3
checksum64: 1D10817F690E13B8519BFEEB6ED6275770DD51FA417225723B2317CB4991EEF3
checksum32: A35696C69A2DD1D37BAAABD87322CC78DDA199872828F52051559CF48106738C
checksum64: A35696C69A2DD1D37BAAABD87322CC78DDA199872828F52051559CF48106738C

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.06</version>
<version>3.07</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.06</version>
<version>3.07</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.06]" />
<dependency id="phonerlite.install" version="[3.07]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 1b16068

Please sign in to comment.