Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/anubis/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'anubis'
pkgname=anubis
version=1.23.1
version=1.25.0
revision=1
build_style=go
go_import_path="github.com/TecharoHQ/anubis"
Expand All @@ -14,12 +14,12 @@ license="MIT"
homepage="https://anubis.techaro.lol/"
changelog="https://github.com/TecharoHQ/anubis/releases"
distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz"
checksum=55bf6d6ee6a1372604816b2bac08e7d6850f747a0c86bcdf9eca1be281feffab
checksum=e281562dea0b49d0639c3c5e9b0a2a7fe522b1a359e3cec470db06493835bbe7

system_accounts="_anubis"

pre_build() {
npm install --ignore-scripts
npm ci --ignore-scripts
CGO_ENABLED=0 GOARCH= npm run assets
}

Expand Down
9 changes: 5 additions & 4 deletions srcpkgs/esbuild/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'esbuild'
pkgname=esbuild
version=0.25.4
version=0.27.3
revision=1
build_style=go
go_import_path=github.com/evanw/esbuild
Expand All @@ -12,12 +12,13 @@ license="MIT"
homepage="https://esbuild.github.io/"
changelog="https://github.com/evanw/esbuild/releases"
distfiles="https://github.com/evanw/esbuild/archive/refs/tags/v${version}.tar.gz"
checksum=4661a2b1d2b1db035a19eca5e771a40b6c16b23279aae02022def9fa45ed5ad9
checksum=05d56070104b46d24c8921bfc4c83209d71cf583eb0396c13d0f359705bb5b61

do_check() {
# Skip test-deno (deno not packaged) and decorator-tests (not in a git
# repo) and test-wasm-node (exec fail) and js-api-tests (fails in CI)
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
# repo) and test-wasm-node (exec fail) and end-to-end-tests (fails on
# musl) and js-api-tests (fails in CI)
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
}

post_install() {
Expand Down