{"id":18894434,"url":"https://github.com/brogers5/chocolatey-package-foxitreader","last_synced_at":"2025-06-27T15:05:55.789Z","repository":{"id":41344536,"uuid":"394814159","full_name":"brogers5/chocolatey-package-foxitreader","owner":"brogers5","description":"Chocolatey package for Foxit PDF Reader.","archived":false,"fork":false,"pushed_at":"2025-04-22T22:57:05.000Z","size":1754,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T15:02:16.389Z","etag":null,"topics":["au","au-packages","chocolatey","chocolatey-automatic","chocolatey-packages","foxitreader","package","packaging","powershell","powershell-script","powershell-scripting","software","software-management","windows"],"latest_commit_sha":null,"homepage":"https://community.chocolatey.org/packages/foxitreader","language":"Inno Setup","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brogers5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-08-11T00:24:06.000Z","updated_at":"2025-04-22T22:57:08.000Z","dependencies_parsed_at":"2023-10-15T04:05:11.990Z","dependency_job_id":"9e1b4c8c-7595-474b-90a1-7d99523be19f","html_url":"https://github.com/brogers5/chocolatey-package-foxitreader","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/brogers5/chocolatey-package-foxitreader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-foxitreader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-foxitreader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-foxitreader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-foxitreader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brogers5","download_url":"https://codeload.github.com/brogers5/chocolatey-package-foxitreader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brogers5%2Fchocolatey-package-foxitreader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262279043,"owners_count":23286541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["au","au-packages","chocolatey","chocolatey-automatic","chocolatey-packages","foxitreader","package","packaging","powershell","powershell-script","powershell-scripting","software","software-management","windows"],"created_at":"2024-11-08T08:21:31.974Z","updated_at":"2025-06-27T15:05:55.769Z","avatar_url":"https://github.com/brogers5.png","language":"Inno Setup","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-foxitreader@2debc1705b7ac1cc4ad610ad1f682293a5f81a65/FoxitReader.png\" width=\"48\" height=\"48\"/\u003e Chocolatey Package: [Foxit PDF Reader](https://community.chocolatey.org/packages/foxitreader)\n\n[![Chocolatey package version](https://img.shields.io/chocolatey/v/foxitreader.svg)](https://community.chocolatey.org/packages/foxitreader)\n[![Chocolatey package download count](https://img.shields.io/chocolatey/dt/foxitreader.svg)](https://community.chocolatey.org/packages/foxitreader)\n\n## Install\n\n[Install Chocolatey](https://chocolatey.org/install), and run the following command to install the latest approved version from the Chocolatey Community Repository:\n\n```shell\nchoco install foxitreader --source=\"'https://community.chocolatey.org/api/v2'\"\n```\n\nAlternatively, the packages as published on the Chocolatey Community Repository (starting with v11.0.0.49893) will also be mirrored on this repository's [Releases page](https://github.com/brogers5/chocolatey-package-foxitreader/releases). The `nupkg` can be installed from the current directory (with dependencies sourced from the Community Repository) as follows:\n\n```shell\nchoco install foxitreader --source=\"'.;https://community.chocolatey.org/api/v2/'\"\n```\n\n## Build\n\n[Install Chocolatey](https://chocolatey.org/install), clone this repository, and run the following command in the cloned repository:\n\n```shell\nchoco pack\n```\n\nA successful build will create `foxitreader.w.x.y.z.nupkg`, where `w.x.y.z` should be the Nuspec's `version` value at build time.\n\nNote that Chocolatey package builds are non-deterministic. Consequently, an independently built package will fail a checksum validation against officially published packages.\n\n## Update\n\nThis package should be automatically updated by the [Chocolatey Automatic Package Updater Module](https://github.com/majkinetor/au). If it is outdated by more than a few days, please [open an issue](https://github.com/brogers5/chocolatey-package-foxitreader/issues).\n\nAU expects the parent directory that contains this repository to share a name with the Nuspec (`foxitreader`). Your local repository should therefore be cloned accordingly:\n\n```shell\ngit clone git@github.com:brogers5/chocolatey-package-foxitreader.git foxitreader\n```\n\nAlternatively, a junction point can be created that points to the local repository (preferably within a repository adopting the [AU packages template](https://github.com/majkinetor/au-packages-template)):\n\n```shell\nmklink /J foxitreader ..\\chocolatey-package-foxitreader\n```\n\nOnce created, simply run `update.ps1` from within the created directory/junction point. Assuming all goes well, all relevant files should change to reflect the latest version available. This will also build a new package version using the modified files.\n\nTo forcibly create an updated package (regardless of whether a new software version or package is available), pass the `-Force` switch:\n\n```powershell\n.\\update.ps1 -Force\n```\n\n\u003e[!Note]\n\u003eThe update script stores the last [`ETag`](https://developer.mozilla.org/docs/Web/HTTP/Headers/ETag) value served with the download, in order to detect possible silent updates (which would require a new package to update the installer's checksum). If a new value is detected, package updates will be forced, even if `-Force` was not passed.\n\nBefore submitting a pull request, please [test the package](https://docs.chocolatey.org/en-us/community-repository/moderation/package-verifier#steps-for-each-package) using the [Chocolatey Testing Environment](https://github.com/chocolatey-community/chocolatey-test-environment) first.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrogers5%2Fchocolatey-package-foxitreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrogers5%2Fchocolatey-package-foxitreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrogers5%2Fchocolatey-package-foxitreader/lists"}