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 Sep 20, 2018
1 parent 3b1e423 commit 347eba6
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.4</version>
<version>4.2.5</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.4&os=windows'
url = 'https://www.snapgene.com/products/download.php?product=viewer&majorRelease=4.2&minorRelease=4.2.5&os=windows'
softwareName = 'SnapGene Viewer'
checksum = 'd534bacdae63c18d43958924ece9123fff313261ab1e5727f439a6e3b1523f4bf481e8a81c5d78147fa3b5c97d6cb631b2886f21774a48e9514d1eaaac9d8fcf'
checksum = '459a77e5d731b6c990a55125539ea803dcfc01ad2044b5932c2d412ddcdb3ab1ea315dbfffcd8aa1e1d42a643db6fc70e043a290a8c7f6239d75bc6bc7ca64a2'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 347eba6

Please sign in to comment.