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 Dec 20, 2018
1 parent e8b0b86 commit 2b822d5
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.2.9</version>
<version>4.2.10</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.9&os=windows'
url = 'https://www.snapgene.com/products/download.php?product=viewer&majorRelease=4.2&minorRelease=4.2.10&os=windows'
softwareName = 'SnapGene Viewer'
checksum = '7db58593343d9a120f367969a04b345fb9e86489f3592b3c3c605638437fdd159af9fb2bf1bb1b556523a1406d28dc91ed87ef02b023ce49d4f519d22dbc7f64'
checksum = '6747889e389303b96cc85fa529e5f50078dde7d11aa7eb1c3d84d4a2ae93a10590b4886e0bd466be75ceabcaa685f168b203d8cc565f7230854df26cd614355a'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 2b822d5

Please sign in to comment.