Skip to content

Commit

Permalink
AU: 1 updated - deepgit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2023
1 parent 38bc0e1 commit 26bdbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/deepgit/deepgit.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>deepgit</id>
<version>4.3</version>
<version>4.3.1</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/deepgit</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>DeepGit (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/deepgit/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.syntevo.com/downloads/deepgit/deepgit-win-4_3.zip'
url = 'https://www.syntevo.com/downloads/deepgit/deepgit-win-4_3_1.zip'
softwareName = 'DeepGit'
checksum = 'bf2ca414efada03ae351c618c747580dfe263cceded6d3298480aff515f23e61f792536bed5587db5495c2eab07d6b7ade34c6bc84535c3b342a1743f61c420d'
checksum = '6cb8b78726c62505ea82a7895f467b608522e5e895054d66be8576fe2b52c231f4b5b34c38da98e66ef7d40186de2a979570d29ef1782186734d26709a43d670'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 26bdbcb

Please sign in to comment.