{"id":17710563,"url":"https://github.com/tragiccode/chocolatey-packages","last_synced_at":"2026-05-28T02:00:42.826Z","repository":{"id":40361792,"uuid":"150731727","full_name":"TraGicCode/chocolatey-packages","owner":"TraGicCode","description":"This project contains the automatic updating packages for the public community chocolatey feed.","archived":false,"fork":false,"pushed_at":"2026-05-27T00:03:03.000Z","size":472,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-27T02:10:28.520Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TraGicCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["tragiccode"]}},"created_at":"2018-09-28T11:37:09.000Z","updated_at":"2026-05-27T00:03:06.000Z","dependencies_parsed_at":"2026-05-13T02:02:16.906Z","dependency_job_id":null,"html_url":"https://github.com/TraGicCode/chocolatey-packages","commit_stats":null,"previous_names":[],"tags_count":834,"template":false,"template_full_name":null,"purl":"pkg:github/TraGicCode/chocolatey-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2Fchocolatey-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2Fchocolatey-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2Fchocolatey-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2Fchocolatey-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TraGicCode","download_url":"https://codeload.github.com/TraGicCode/chocolatey-packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2Fchocolatey-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33590884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-10-25T07:06:53.355Z","updated_at":"2026-05-28T02:00:42.810Z","avatar_url":"https://github.com/TraGicCode.png","language":"PowerShell","funding_links":["https://github.com/sponsors/tragiccode"],"categories":[],"sub_categories":[],"readme":"# Chocolatey-Packages\n\n[![](https://ci.appveyor.com/api/projects/status/github/tragiccode/chocolatey-packages?svg=true)](https://ci.appveyor.com/project/tragiccode/chocolatey-packages)\n[Update status](https://gist.github.com/tragiccode/797ef6d619ee36be0e570bb5769a5024)\n[![](http://transparent-favicon.info/favicon.ico)](#)\n[chocolatey/tragiccode](https://chocolatey.org/profiles/tragiccode)\n\nThis project contains the automatic updating packages for the public community chocolatey feed.\n\n## How do i quickly and automatically publish a new package to chocolatey?\n\nWhen a new package is added simply update the nuspec version of the new package to an older version ( one that is not the latest ).  When the PR with the new package is merged into master, the CI/CD process will automatically see the version needs updating and update it ALONG with submitting this new package as a new package to the public chocolatey community feed.\n\n## How do i quickly re-submit an existing package locally\n\nYou might want to resubmit an existing package locally if validation failed and you want to recreate and push the nuget package locally.  This can be done as shown below.\n\n```\n\u003e cd C:\\Source\\chocolatey-packages\\mongodb-database-tools\n\u003e $au_Force = $true; .\\update.ps1\n\u003e choco push .\\mongodb-database-tools.100.1.1.nupkg\n```\n\n## How do i quickly re-submit an older version of a package locally? (Manually)\n\nSometimes a previous version was rejected and you need to repush it.\n\n1. install the checksum chocolatey package\n    \u003e choco install checksum -y\n2. Find download url and Download the installer\n3. put download url in chocolateyinstall.ps1\n4. run follow command and put sha in chocolateyinstall.ps1\n    \u003e checksum C:\\Downloads\\serviceinsight.exe -t sha256\n5. Update version in nuspec file\n6. pack\n   \u003e  choco pack .\\serviceinsight.nuspec\n7. Test install\n    \u003e choco install serviceinsight -s . --force\n8. push\n\n## Contributing\n\n1. Fork it ( \u003chttps://github.com/tragiccode/chocolatey-packages/fork\u003e )\n1. Create your feature branch (`git checkout -b my-new-feature`)\n1. Commit your changes (`git commit -am 'Add some feature'`)\n1. Push to the branch (`git push origin my-new-feature`)\n1. Create a new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fchocolatey-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftragiccode%2Fchocolatey-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fchocolatey-packages/lists"}