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 22, 2018
1 parent 87b68aa commit b062973
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.10</version>
<version>4.2.11</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.10&os=windows'
url = 'https://www.snapgene.com/products/download.php?product=viewer&majorRelease=4.2&minorRelease=4.2.11&os=windows'
softwareName = 'SnapGene Viewer'
checksum = '6747889e389303b96cc85fa529e5f50078dde7d11aa7eb1c3d84d4a2ae93a10590b4886e0bd466be75ceabcaa685f168b203d8cc565f7230854df26cd614355a'
checksum = '263386281f19c149ee700ac75158416407f5f3c0c972fd3ea3a458573803943d7fe2ce4fc5594ee01db5db3b5bac5ac72c5c1eee913a1c52c0c75b37dba4bfd1'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit b062973

Please sign in to comment.