Skip to content

Commit

Permalink
AU: 2 updated - fafarunner picguard
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Nov 27, 2024
1 parent d867577 commit 49f122e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/fafarunner/fafarunner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.0.1.364</version>
<version>1.0.3.368</version>
<packageSourceUrl>https://github.com/kjxbyz/chocolatey-packages</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kjxbyz</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/fafarunner/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

$ErrorActionPreference = 'Stop'
$url64 = 'https://github.com/fafarunner/fafarunner/releases/download/v1.0.1%2B364/fafarunner_1.0.1%2B364_windows_x64.exe'
$url64 = 'https://github.com/fafarunner/fafarunner/releases/download/v1.0.3%2B368/fafarunner_1.0.3%2B368_windows_x64.exe'

$arch = [System.Environment]::Is64BitOperatingSystem

Expand All @@ -16,7 +16,7 @@ $packageArgs = @{

softwareName = 'fafarunner*'

checksum64 = '3b9a09a9b12ff3c1dd258b95315f0bcedfd934b4aa60124d38f04d0778dd41d8'
checksum64 = '9ff885f2182be2b2526e760752fab17e0f5eaf8f41658d527712aa68cf97d7bd'
checksumType64= 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
2 changes: 1 addition & 1 deletion automatic/picguard/picguard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.0.4.422</version>
<version>1.0.6.427</version>
<packageSourceUrl>https://github.com/kjxbyz/chocolatey-packages</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kjxbyz</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/picguard/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

$ErrorActionPreference = 'Stop'
$url64 = 'https://github.com/picguard/picguard/releases/download/v1.0.4%2B422/picguard_1.0.4%2B422_windows_x64.exe'
$url64 = 'https://github.com/picguard/picguard/releases/download/v1.0.6%2B427/picguard_1.0.6%2B427_windows_x64.exe'

$arch = [System.Environment]::Is64BitOperatingSystem

Expand All @@ -16,7 +16,7 @@ $packageArgs = @{

softwareName = 'picguard*'

checksum64 = '46cfd7899d7f4f7508a12d7bf8fc3d7a0c312efb5f95c533f40f26d635e33ac1'
checksum64 = '4ae526e1049521f82a716abbf4cc38f8b1cbbf57c27ff3db35b73caae2129881'
checksumType64= 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit 49f122e

Please sign in to comment.