Skip to content

Commit

Permalink
AU: 1 updated - winsw
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 16, 2021
1 parent 584564f commit 0031eb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions winsw/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.6/WinSW.NETCore.x86.zip
x64: https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.6/WinSW.NETCore.x64.zip
x32: https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.9/WinSW-x86.zip
x64: https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.9/WinSW-x64.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 04EB840A40FA0B91D055307888D3C70F1A9DD8D144858990227E516CBF5773C2
checksum64: CF312AF467618A46377AC61A20C093744EAC5D4A9DFFED2B36C2095FEE8AE277
checksum32: 16F6822128B7F618982EC734AA7DC87825D172F35C932F6EFDA2D4E6C7C9EE07
checksum64: ED67A03B4EA91EE507852FF79466635090EC894D4606D8E41DCFA616DF364322

File 'license.txt' is obtained from:
https://github.com/winsw/winsw/blob/v3/LICENSE.txt
4 changes: 2 additions & 2 deletions winsw/winsw.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"winsw": "3.0.0-alpha6",
"winsw.portable": "3.0.0-alpha6"
"winsw": "3.0.0-alpha9",
"winsw.portable": "3.0.0-alpha9"
}
6 changes: 3 additions & 3 deletions winsw/winsw.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>winsw</id>
<title>Windows Service Wrapper</title>
<version>3.0.0-alpha6</version>
<version>3.0.0-alpha9</version>
<authors>WinSW contributors</authors>
<owners>Miodrag Milic</owners>
<summary>A wrapper executable that can run any executable as a Windows service</summary>
Expand All @@ -16,13 +16,13 @@
<copyright>Copyright (c) 2008-2020 Kohsuke Kawaguchi, Sun Microsystems, Inc., CloudBees, Inc., Oleg Nenashev and other contributors</copyright>
<licenseUrl>https://github.com/winsw/winsw/blob/v3/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/winsw/winsw/releases/tag/v3.0.0-alpha.6</releaseNotes>
<releaseNotes>https://github.com/winsw/winsw/releases/tag/v3.0.0-alpha.9</releaseNotes>
<docsUrl>https://github.com/winsw/winsw/blob/v3/docs/installation.md</docsUrl>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/winsw/icon.png</iconUrl>
<bugTrackerUrl>https://github.com/winsw/winsw/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/winsw/winsw</projectSourceUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/winsw</packageSourceUrl>
<dependencies><dependency id='winsw.portable' version='[3.0.0-alpha6]'/></dependencies>
<dependencies><dependency id='winsw.portable' version='[3.0.0-alpha9]'/></dependencies>
</metadata>
<files></files>
</package>

0 comments on commit 0031eb5

Please sign in to comment.