Skip to content

Commit

Permalink
AU: 4 updated - faceit freeplane lbry pestudio
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 27, 2021
1 parent 3ed4e9d commit bd65b43
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/faceit/Faceit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>faceit</id>
<version>1.31.0</version>
<version>1.31.1</version>
<title>Faceit</title>
<authors>Faceit</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/faceit/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)"

$url = 'https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe'
$checksum = '5f7dd5de590a1a8d02a7391e7a0773f4a2400e63805111f79c213d6945e25274'
$checksum = 'c18ee55500463903bab4bd630a3c15ede7a546d55942a88951db539a567799c0'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/freeplane/freeplane.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>freeplane</id>
<title>Freeplane</title>
<version>1.9.4</version>
<version>1.9.5</version>
<authors>Dimitry Polivaev,Volker Börchers</authors>
<owners>tunisiano</owners>
<licenseUrl>http://en.wikipedia.org/wiki/GNU_General_Public_License</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeplane/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.9.4.exe/download'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.9.5.exe/download'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$checksum = '6c157658f5d6c326c49eb89cb83e878b0cbfd83e1f082c8f382e65d98e0303ed'
$checksum = '89b8e8ba4dea6bf2a311370ea58d6779be973b47a4b832ac25e94eaa10e946be'
$checksumType = 'sha256'

Install-ChocolateyPackage -PackageName "$packageName" -FileType "$installerType" -SilentArgs "$silentArgs" -Url "$url" -validExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType"
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lbry</id>
<version>0.51.0-rc1</version>
<version>0.51.1</version>
<owners>tunisiano</owners>
<title>lbry (Install)</title>
<authors>lbry.com</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lbry/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.51.0-rc.1/LBRY_0.51.0-rc.1.exe'
$checksum = '708beb4b4db00353c351186cac2fdab1bdd2eb7a0120587a9b99292731d0f420'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.51.1/LBRY_0.51.1.exe'
$checksum = 'aded3c1aa83b8d67efa9e69a4b6516c7c02de04bddd6c6b6dbc39cdbcdbd2bb3'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/pestudio/PeStudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>pestudio</id>
<title>PE Studio</title>
<version>9.12.0.0</version>
<version>9.13.0.0</version>
<authors>Marc Ochsenmeier</authors>
<owners>tunisiano</owners>
<projectUrl>https://www.winitor.com/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pestudio/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.winitor.com/tools/pestudio/current/pestudio.zip'
$checksum = '1560BEE6A942273CCC2C5DF75E7E7EA5E0BDA3C00155551B4CF3A14F3A4D97BD'
$checksum = '713B0B9B6A1DAE0879B5043324427C9CA42B87DFDD35597FEC9433966831D687'
$checksumType = 'SHA256'

$packageArgs = @{
Expand Down

0 comments on commit bd65b43

Please sign in to comment.