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 Oct 5, 2022
1 parent 29a2afb commit a173eea
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.56</version>
<version>1.57</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 = '81002363eaf793c149927677a2ccb073554e632013c0b3b1d231b4590c78fb73'
$checksum32 = '922308e42762c7fb7ff31984f308a6294ed210907b40adf79c743ca83ebe6c59'
$checksumType32 = 'sha256'
$url64 = 'http://www.nirsoft.net/utils/alternatestreamview-x64.zip'
$checksum64 = '9b7d09b3db143585b3ff06fedf954a2ae8d40a704952620927420cddc28759e3'
$checksum64 = 'c0c5fa2e055e0774e1976d78b9f87c20b657504ef764adc31c03ef4c88513631'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit a173eea

Please sign in to comment.