Skip to content

Commit

Permalink
AU: 2 updated - privazer.portable snapgene-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 8, 2018
1 parent 4ddb0e6 commit 7fa303d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/privazer.portable/privazer.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>privazer.portable</id>
<version>3.0.58</version>
<version>3.0.59</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/privazer.portable</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>PrivaZer (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/snapgene-viewer/snapgene-viewer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>snapgene-viewer</id>
<version>4.2.8</version>
<version>4.2.9</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/snapgene-viewer</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>SnapGene Viewer</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/snapgene-viewer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://www.snapgene.com/products/download.php?product=viewer&majorRelease=4.2&minorRelease=4.2.8&os=windows'
url = 'https://www.snapgene.com/products/download.php?product=viewer&majorRelease=4.2&minorRelease=4.2.9&os=windows'
softwareName = 'SnapGene Viewer'
checksum = '4a64ab7134bd69e14fe36febb703da92549b9a1344ba27cbf149ca09aef6884dd0f687860684a1d0dadad20716ee2d6d4943d568c6dcdacdec3c2e7e65432a09'
checksum = '7db58593343d9a120f367969a04b345fb9e86489f3592b3c3c605638437fdd159af9fb2bf1bb1b556523a1406d28dc91ed87ef02b023ce49d4f519d22dbc7f64'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 7fa303d

Please sign in to comment.