Skip to content

Commit

Permalink
AU: 1 updated - snapgene-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 11, 2018
1 parent c2b5a58 commit 11436ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.3</version>
<version>4.1.4</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/snapgene_viewer/download.php?&majorRelease=4.1&minorRelease=4.1.3&os=windows'
url = 'https://www.snapgene.com/products/snapgene_viewer/download.php?&majorRelease=4.1&minorRelease=4.1.4&os=windows'
softwareName = 'SnapGene Viewer'
checksum = 'e60b1e78c9dba55790b56e788db685d893e47179dd5db1a2223d958a9b6192a08286ffa918433254637c28c26c25edcb5d64051c7b69104477e4818a293328d7'
checksum = 'b179780e49ec25cffca4c93428195235df1ba97ab40c8ac821335ab3bcb9358fbb12a77ae66177880e096e0cd9d05c0203ff13a83045c60f4ad8e74b359999cc'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 11436ce

Please sign in to comment.