
1,980
Downloads
586
Downloads of v 0.47
3/8/2018
Last update
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.
To install Gource, run the following command from the command line or from PowerShell:
C:\> choco install gource
To upgrade Gource, run the following command from the command line or from PowerShell:
C:\> choco upgrade gource
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'gource' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://github.com/acaudwell/Gource/releases/download/gource-0.47/gource-0.47.win64-setup.exe' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'EXE' url = $url checksum = 'ca666e9c9fc9f69bb4ee52ed3914982575c917986ca984cd18b5edcab9016385' checksumType = 'sha256' silentArgs = "/S" validExitCodes= @(0, 3010, 1641) softwareName = 'gource*' } Install-ChocolateyPackage @packageArgs
Virus Scan Results
- gource.0.47.nupkg (cadc39e331bd) - ## / 61 - Log in or click on link to see number of positives
- gource-0.47.win64-setup.exe (ca666e9c9fc9) - ## / 67 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
2009 Andrew Caudwell
Tags
Release Notes
- Fixed low mouse movement speed with some mice while repositioning camera.
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Gource 0.47 | 586 | Thursday, March 8, 2018 | approved |
Gource 0.42 | 702 | Tuesday, July 26, 2016 | approved |
gource 0.39 | 692 | Thursday, March 14, 2013 |
Discussion for the Gource Package
Ground rules:
- This discussion is only about Gource and the Gource package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Gource, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.