Skip to content

Commit

Permalink
AU: 1 updated - alternatestreamview
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 27, 2023
1 parent b142345 commit 18c414f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/alternatestreamview/alternatestreamview.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.57</version>
<version>1.58</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/alternatestreamview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'http://www.nirsoft.net/utils/alternatestreamview.zip'
$checksum32 = '922308e42762c7fb7ff31984f308a6294ed210907b40adf79c743ca83ebe6c59'
$checksum32 = '6a4600134b0b3f641b5b2694315c32db71f11b2d22aaeac027ae55101033d0b1'
$checksumType32 = 'sha256'
$url64 = 'http://www.nirsoft.net/utils/alternatestreamview-x64.zip'
$checksum64 = 'c0c5fa2e055e0774e1976d78b9f87c20b657504ef764adc31c03ef4c88513631'
$checksum64 = 'ad1f0edb2202ec1a736d9266b18b241eac5542c350578a3a8cdb4dd8b14ff37d'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 18c414f

Please sign in to comment.