File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'anubis'
22pkgname=anubis
3- version=1.23.1
3+ version=1.25.0
44revision=1
55build_style=go
66go_import_path="github.com/TecharoHQ/anubis"
@@ -14,12 +14,12 @@ license="MIT"
1414homepage="https://anubis.techaro.lol/"
1515changelog="https://github.com/TecharoHQ/anubis/releases"
1616distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz"
17- checksum=55bf6d6ee6a1372604816b2bac08e7d6850f747a0c86bcdf9eca1be281feffab
17+ checksum=e281562dea0b49d0639c3c5e9b0a2a7fe522b1a359e3cec470db06493835bbe7
1818
1919system_accounts="_anubis"
2020
2121pre_build() {
22- npm install --ignore-scripts
22+ npm ci --ignore-scripts
2323 CGO_ENABLED=0 GOARCH= npm run assets
2424}
2525
Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61
1616
1717do_check() {
1818 # Skip test-deno (deno not packaged) and decorator-tests (not in a git
19- # repo) and test-wasm-node (exec fail) and js-api-tests (fails in CI)
20- make test-go vet-go no-filepath verify-source-map end-to-end-tests plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib
19+ # repo) and test-wasm-node (exec fail) and end-to-end-tests (fails on
20+ # musl) and js-api-tests (fails in CI)
21+ make test-go vet-go no-filepath verify-source-map plugin-tests register-test node-unref-tests ts-type-tests lib-typecheck-node lib-typecheck-node-nolib
2122}
2223
2324post_install() {
You can’t perform that action at this time.
0 commit comments