mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(pkgx)
This commit is contained in:
parent
48b12e5aa9
commit
4c83c92614
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: https://github.com/pkgxdev/pkgx/releases/download/v{{ version }}/pkgx-{{ version }}.tar.xz
|
||||
url: https://github.com/pkgxdev/pkgx/releases/download/{{ version }}/pkgx-{{ version }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
display-name: pkgx
|
||||
|
@ -17,5 +17,4 @@ build:
|
|||
script: |
|
||||
deno task --config "$SRCROOT"/deno.jsonc compile
|
||||
|
||||
test:
|
||||
test "$(pkgx --version)" = "pkgx {{ version }}"
|
||||
test: test "$(pkgx --version)" = "pkgx {{ version }}"
|
||||
|
|
Loading…
Reference in a new issue