
22,726
Downloads
207
Downloads of v 2018.05.19
5/22/2018
Last update
CHIRP is a free, open-source tool for programming your amateur radio. It supports a large number of manufacturers and models, as well as provides a way to interface with multiple data sources and formats.
CHIRP is distributed as a series of automatically-generated builds. Any time we make a change to CHIRP, a build is created for it the next day. Thus, CHIRP is versioned by the date on which it was created, which makes it easy to determine if you have an older build. We don't put experimental things into CHIRP before they are ready, except where specifically called out with a warning. Thus, you do not need to worry about finding a stable version to run. You should always be on the latest build available.
To install CHIRP (Install), run the following command from the command line or from PowerShell:
C:\> choco install chirp.install
To upgrade CHIRP (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade chirp.install
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'CHIRP.install' $version = '2018.05.19' $url = 'http://trac.chirp.danplanet.com/chirp_daily/daily-20180519/chirp-daily-20180519-installer.exe' $fileType = 'exe' $silentArgs = '/S' $checksum = 'e53dcea27f7d579fa53e9a3e7f522565c84b6096' $checksumType = 'sha1' Install-ChocolateyPackage $packagename $fileType $silentArgs $url -checksum $checksum -checksumType $checksumType
- tools\chocolateyuninstall.ps1
Show
$package = 'CHIRP.install' $file = (Get-ItemProperty HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\CHIRP UninstallString).UninstallString; Uninstall-ChocolateyPackage $package 'EXE' -SilentArgs '/S' -file $file
Virus Scan Results
- chirp.install.2018.05.19.nupkg (4ba7b1b95fe5) - ## / 61 - Log in or click on link to see number of positives
- chirp-daily-20180519-installer.exe (0d7c31bdeeef) - ## / 65 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Dan Smith (KK7DS)
Tags
Release Notes
http://chirp.danplanet.com/projects/chirp/repository/revisions
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
CHIRP (Install) 2018.05.19 | 207 | Tuesday, May 22, 2018 | approved |
CHIRP (Install) 2018.05.12 | 85 | Monday, May 14, 2018 | approved |
CHIRP (Install) 2018.05.10 | 79 | Monday, May 14, 2018 | approved |
CHIRP (Install) 2018.04.12 | 137 | Thursday, April 12, 2018 | approved |
CHIRP (Install) 2018.03.25 | 101 | Tuesday, April 3, 2018 | approved |
CHIRP (Install) 2018.03.24 | 100 | Sunday, March 25, 2018 | approved |
CHIRP (Install) 2018.03.16 | 76 | Sunday, March 25, 2018 | approved |
CHIRP (Install) 2018.03.14 | 91 | Sunday, March 25, 2018 | approved |
CHIRP (Install) 2018.03.13 | 122 | Tuesday, March 13, 2018 | approved |
CHIRP (Install) 2018.03.09 | 115 | Tuesday, March 13, 2018 | approved |
Discussion for the CHIRP (Install) Package
Ground rules:
- This discussion is only about CHIRP (Install) and the CHIRP (Install) 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 CHIRP (Install), 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.