* new file: projects/po4a.org/package.yml
* new file: projects/po4a.org/en.md
new file: projects/po4a.org/en.tex
modified: projects/po4a.org/package.yml
* certs?
* hmmm let's download it with curl
nvalid workflow file: .github/workflows/cd.yml#L32
The workflow is not valid. .github/workflows/cd.yml (Line: 32, Col: 3): Error calling workflow 'pkgxdev/pantry/.github/workflows/new-version.yml@1eeb96302da6f8a7f0f524473a90dc3006b6a38e'. The nested job 'complain' is requesting 'issues: write', but is only allowed 'issues: none'.
* for some reason these symlinks are created absolute, fix that
* restore the makefile to make the dylib on darwin
* it was failing due to bzip2 being a dep for brewkit
* initial try
* use npmjs.org
* finish version
* remove space
* fix url
* fix test
* make it global like other npm packages
* 3-digit versions
* require 3 digits
* rename
---------
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
* new file: projects/checkov.io/package.yml
new file: projects/checkov.io/test.tf
* modified: projects/checkov.io/package.yml
modified: projects/checkov.io/test.tf
* .
* modified: projects/checkov.io/package.yml
modified: projects/checkov.io/test.tf
* let's try hardcoded version
* -Wno-int-conversion
* try github query again
* use /tags?
error makes no sense:
```
error: Uncaught (in promise) Error: http: https://api.github.com/repos/bridgecrewio/checkov/releases?per_page=100&page=1
if (!rsp.ok) throw new Error(`http: ${url}`)
^
at GET2 (file:///opt/pkgx.sh/brewkit/v0/lib/useGitHubAPI.ts:35:22)
at eventLoopTick (ext:core/01_core.js:178:11)
at async getVersionsLong (file:///opt/pkgx.sh/brewkit/v0/lib/useGitHubAPI.ts:57:27)
at async Object.getVersions (file:///opt/pkgx.sh/brewkit/v0/lib/useGitHubAPI.ts:42:34)
at async handleAPIResponse (file:///opt/pkgx.sh/brewkit/v0/lib/usePantry.getVersions.ts:176:50)
at async _parse (file:///opt/pkgx.sh/brewkit/v0/lib/usePantry.getVersions.ts:34:19)
at async Object.resolve (file:///opt/pkgx.sh/brewkit/v0/lib/usePantry.ts:39:20)
at async file:///opt/pkgx.sh/brewkit/v0/libexec/resolve.ts:15:15
```
* it's like GITHUB_TOKEN has failed...
* let's cheat a little
* parse version from pypi.org
---------
Co-authored-by: Jacob Heider <jacob@pkgx.dev>