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 6, 2020
1 parent 1fa21c8 commit 7dc793c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions automatic/deepgit/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ![DeepGit (Install) Changelog](https://img.shields.io/badge/DeepGit%20(Install)-Package%20Changelog-blue.svg?style=for-the-badge)

## Version: 4.0 (2020-03-06)

- **BREAKING CHANGE:** Changed to only use config script if user specifies 'UseInf' parameter
- Move all icons to their respective package directory [#47](https://github.com/AdmiringWorm/chocolatey-packages/issues/47)

## Version: 3.2 (2019-01-18)

- **BUG:** Fixes images in description
Expand Down
3 changes: 1 addition & 2 deletions 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>3.2</version>
<version>4.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/deepgit</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>DeepGit (Install)</title>
Expand Down Expand Up @@ -31,7 +31,6 @@
- [Check out the Tour](https://www.syntevo.com/deepgit/tour) to understand how DeepGit is working.
[![Tour](https://www.syntevo.com/assets/images/products/deepgit/tour-7d0a5121.png)](https://www.syntevo.com/deepgit/tour)
## Package Parameters
- `/UseInf:` - Change the inno setup configuration file to use/save when installing
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-win32-setup-3_2.zip'
url = 'https://www.syntevo.com/downloads/deepgit/deepgit-win-setup-4.zip'
softwareName = 'DeepGit'
checksum = '05cd177d75a982274c9833685a60a4ffb6396b40585928c72516b3b8bab196aecfa38d1b592596ad3a0f98946e63c479796434335ba15440148eb552ee8756f0'
checksum = 'c0c12bcb4cf06c363156a2e7de63299bef515d40bcc48195a54261b6caf355ef7f0df0a3e83fcfff427db5231b45c178e5600918ac8160758a08ee155000c433'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 7dc793c

Please sign in to comment.