Skip to content

Commit aab5b2c

Browse files
anubis: update to 1.25.0.
1 parent 67a19f8 commit aab5b2c

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

srcpkgs/anubis/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'anubis'
22
pkgname=anubis
3-
version=1.23.1
3+
version=1.25.0
44
revision=1
55
build_style=go
66
go_import_path="github.com/TecharoHQ/anubis"
@@ -14,12 +14,12 @@ license="MIT"
1414
homepage="https://anubis.techaro.lol/"
1515
changelog="https://github.com/TecharoHQ/anubis/releases"
1616
distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz"
17-
checksum=55bf6d6ee6a1372604816b2bac08e7d6850f747a0c86bcdf9eca1be281feffab
17+
checksum=e281562dea0b49d0639c3c5e9b0a2a7fe522b1a359e3cec470db06493835bbe7
1818

1919
system_accounts="_anubis"
2020

2121
pre_build() {
22-
npm install --ignore-scripts
22+
npm ci --ignore-scripts
2323
CGO_ENABLED=0 GOARCH= npm run assets
2424
}
2525

srcpkgs/esbuild/template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61
1616

1717
do_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

2324
post_install() {

0 commit comments

Comments
 (0)