fix(pkgx)

This commit is contained in:
Jacob Heider 2023-10-01 20:46:05 -04:00
parent 48b12e5aa9
commit 4c83c92614
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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 }}"