Skip to content

itchyny/jq-chocolatey-package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jq-chocolatey-package

A repository with chocolatey configuration for jq package: https://chocolatey.org/packages/jq

jq itself can be found and manually downloaded from here: https://stedolan.github.io/jq/

Updating the chocolatey package

  • Update version and tags in ./jq.nuspec
  • Update urls and checksums in ./tools/chocolateyinstall.ps1 (get checksums from the releases page)
  • Build, test & push the package following instructions below

Building, testing & pushing the package

Given .nuspec that this repository contains, to build the .nupkg file, run:

choco pack

To make sure the new configuration works, run:

choco upgrade jq --source .

... or if you don't have jq installed yet, run:

choco install jq --source .

Then if you're the maintainer of this Chocolatey repository and want to upgrade the package (e.g. when jq got a new release), commit the changes and run:

choco push -s https://push.chocolatey.org/

You might need to obtain the API key first.

For more details see https://chocolatey.org/docs/create-packages.

About

Chocolatey package for jq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%