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 16, 2020
1 parent ea68ad4 commit 54d519e
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>5.2.3</version>
<version>5.2.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://cdn.snapgene.com/downloads/SnapGeneViewer/5.x/5.2/5.2.3/snapgene_viewer_5.2.3_win.exe'
url = 'https://cdn.snapgene.com/downloads/SnapGeneViewer/5.x/5.2/5.2.4/snapgene_viewer_5.2.4_win.exe'
softwareName = 'SnapGene Viewer'
checksum = '71d055c4f64fdaa298f9930000bd5b4a55f6857f0f9d8c47fe47b2651419a7e4f52bffba8c9ba1ef20a839622513b5104c8f6c3b002b4ed1d7b3becaec9c1522'
checksum = 'aa3601005009e7046db6932472c463cff11acb42938f38cdf9f2933aba97c81532470238b766958881b910617d7791f6255cb686b32224fd08f8917a604593f7'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 54d519e

Please sign in to comment.