Skip to content

Commit

Permalink
add pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 20, 2025
1 parent 571a829 commit c4da7e5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/pixi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "0.41.4",
"description": "Package management made easy",
"homepage": "https://github.com/prefix-dev/pixi",
"architecture": {
"64bit": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.41.4/pixi-x86_64-pc-windows-msvc.zip",
"hash": "34294dd4c2b688cde8a58745be7187d6821e0ad004ffc3564c9c4c36dc645750"
},
"arm64": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.41.4/pixi-aarch64-pc-windows-msvc.zip",
"hash": "4d24cc3ba4d7d725fb7c2eb7b2a1be8cea71f064414f181483a52ad1d6aec40a"
}
},
"license": "BSD-3-Clause",
"bin": [
[
"pixi.exe",
"pixi"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-aarch64-pc-windows-msvc.zip"
}
}
}
}

0 comments on commit c4da7e5

Please sign in to comment.