Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding Baulk package manager #1195

Closed
rasa opened this issue Nov 14, 2021 · 3 comments
Closed

Consider adding Baulk package manager #1195

rasa opened this issue Nov 14, 2021 · 3 comments

Comments

@rasa
Copy link
Contributor

rasa commented Nov 14, 2021

Baulk is a C-based Windows package manager. Its package repository is here. Its json file format is similar to other json-based repos. Here an example:

{
    "description": "7-Zip is a file archiver with a high compression ratio",
    "version": "21.04",
    "homepage": "https://www.7-zip.org/",
    "license": "Freeware,LGPL-2.0-only,BSD-3-Clause",
    "url": "https://7-zip.org/a/7z2104.exe",
    "url.hash": "SHA256:1f8b80bca00016ec2a409fb77f8a55f3bde65c58f93c4f5cbb569ac912e3dd78",
    "url64": "https://7-zip.org/a/7z2104-x64.exe",
    "url64.hash": "SHA256:a95a98619f0ad4308f0fe446cae71921743cb8c66324cec5f97cd3485369a71b",
    "urlarm64": "https://7-zip.org/a/7z2100-arm64.exe",
    "urlarm64.hash": "SHA256:19e6d76486b9ef9925dde69de1a0b994abf0e02a86275e1e838758a958724578",
    "extension": "7z",
    "launchers": [
        "7z.exe"
    ]
}
@AMDmi3 AMDmi3 closed this as completed in 1643340 Nov 14, 2021
AMDmi3 added a commit to repology/repology-rules that referenced this issue Nov 14, 2021
@AMDmi3
Copy link
Member

AMDmi3 commented Nov 14, 2021

@fcharlie hi, you might be interested.

The repository data looks good, but there are some versions prefixed with v which will be considered obsolete unless fixed.

AMDmi3 added a commit to repology/repology-webapp that referenced this issue Nov 14, 2021
@AMDmi3
Copy link
Member

AMDmi3 commented Nov 14, 2021

@fcharlie
Copy link

@fcharlie hi, you might be interested.

The repository data looks good, but there are some versions prefixed with v which will be considered obsolete unless fixed.

Fixed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants