Git Product home page Git Product logo

chocolatey-packages's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chocolatey-packages's Issues

Update title for the keys package

The package title for the keys package is co-incident with the package name.

The package title should be updated to be more descriptive and not collide with the package name.

Remove explicit VSCode dependencies

VSCode extension packages currently have explicit dependencies on versions of Visual Studio Code. This removes choice from users as it forces the install of a VSCode version which may not be inline with user intent, especially if the user is employing an alternate distribution such as vscode-insiders or vscodium.

VSCode extension packages should be updated to remove the explicit vscode dependency.

Correct kyma-cli package update script

The update script for the kyma-cli package will not function as expected.

On update the new package version will not be determined correctly - the version cannot be determined as there is no URL to match the regular expression against.

Add copyright block with explicit reference to no copyright

Contrary to the updates applied in #85 additional guidance has been provided that there should be an explicit reference to the lack of copyright rather than a removal of the block.

The package definitions should be updated to reflect this with the public domain nature of the work given the use of the UNLICENSE declared.

Icon URL not available for the tunein-radio package

The icon URL specified in the nuspec definition for the tunein-radio package is not available. This leads to a validation failure on the package.

The icon URL needs to be updated to a valid URL to address this.

Neck Diagrams automatic update script not picking up checksums

The automatic update script for Neck Diagrams is not picking up checksums correctly. When the package is updated the checksum information (type and value) is left blank in the chocolateyinstall.ps1 script.

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'exe'
  softwareName  = 'Neck Diagrams*'
  url           = 'https://www.neckdiagrams.com/download-files/NeckDiagrams-2.1.1-Setup-32bit.exe'
  url64bit      = 'https://www.neckdiagrams.com/download-files/NeckDiagrams-2.1.1-Setup-64bit.exe'
  checksum      = ''
  checksumType  = ''
  checksum64    = ''
  checksumType64= ''
  silentArgs   = '/S'
  validExitCodes= @(0)

The automatic updater needs to be amended to correctly extract and include the checksums.

Neck Diagrams invalid url in description block

The Neck Diagrams package has an invalid URL in the description block. The URL linking to the chocolatey package is not correct

https://www.chocolatey.org/packages/neck-diagrams/<https://chocolatey.org/packages/neck-diagrams>

and needs to be updated.

Correct VSCode Go Extension Icon

The icon used in the README.md for vscode-go package is incorrect. It is using an incorrect reference and needs to be updated to reflect the proper icon.

Correct Keys package update script

The update script for the Keys package will not function as expected.

On update the chocolateyinstall.ps1 file will not be updated correctly - the filename will not change as the matching regular expression is incorrect.

Update package titles and copyright notices for Winaero Tweaker

Package titles and copyright notices should be updated:

  • Package titles for Winaero Tweaker don't differentiate the install and portable versions from the meta package and should be updated to include Install and Portable in the title
  • Copyright notices should be updated to include the text Copyright

Update package title and copyright notice for Neck Diagrams

Package titles and copyright notice should be updated:

  • Package title for Neck Diagrams should be updated to remove the version from the title - the version is supplied in the package tag
  • Copyright notice should be updated to reflect updates in the year 2020

Correct Oracle Devtools package icon

The package icon for Oracle Devtools is incorrect. The icon is not consistent with the naming convention and is not currently being picked up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.