mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
anubis: update to 1.22.0.
This commit is contained in:
parent
5de9fc44ba
commit
dee073e885
2 changed files with 3 additions and 23 deletions
|
@ -1,20 +0,0 @@
|
||||||
diff --git a/package.json b/package.json
|
|
||||||
index db542f6..1a75070 100644
|
|
||||||
--- a/package.json
|
|
||||||
+++ b/package.json
|
|
||||||
@@ -8,7 +8,7 @@
|
|
||||||
"test:integration": "npm run assets && go test -v ./internal/test",
|
|
||||||
"test:integration:podman": "npm run assets && go test -v ./internal/test --playwright-runner=podman",
|
|
||||||
"test:integration:docker": "npm run assets && go test -v ./internal/test --playwright-runner=docker",
|
|
||||||
- "assets": "go generate ./... && ./web/build.sh && ./xess/build.sh",
|
|
||||||
+ "assets": "./web/build.sh && ./xess/build.sh",
|
|
||||||
"build": "npm run assets && go build -o ./var/anubis ./cmd/anubis",
|
|
||||||
"dev": "npm run assets && go run ./cmd/anubis --use-remote-address --target http://localhost:3000",
|
|
||||||
"container": "npm run assets && go run ./cmd/containerbuild",
|
|
||||||
@@ -27,4 +27,4 @@
|
|
||||||
"postcss-import-url": "^7.2.0",
|
|
||||||
"postcss-url": "^10.1.3"
|
|
||||||
}
|
|
||||||
-}
|
|
||||||
\ No newline at end of file
|
|
||||||
+}
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'anubis'
|
# Template file for 'anubis'
|
||||||
pkgname=anubis
|
pkgname=anubis
|
||||||
version=1.21.3
|
version=1.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/TecharoHQ/anubis"
|
go_import_path="github.com/TecharoHQ/anubis"
|
||||||
|
@ -14,13 +14,13 @@ license="MIT"
|
||||||
homepage="https://anubis.techaro.lol/"
|
homepage="https://anubis.techaro.lol/"
|
||||||
changelog="https://github.com/TecharoHQ/anubis/releases"
|
changelog="https://github.com/TecharoHQ/anubis/releases"
|
||||||
distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/TecharoHQ/anubis/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f97c3ce3925327eb6523ac7876016ab8bfd7bea1e9f665bb675df6a7249c7301
|
checksum=81b45cf8d210927c6bdf81b4d925734b623e0c0c3f04f48c2034a85eea3bcd32
|
||||||
|
|
||||||
system_accounts="_anubis"
|
system_accounts="_anubis"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
npm install --ignore-scripts
|
npm install --ignore-scripts
|
||||||
npm run assets
|
CGO_ENABLED=0 GOARCH= npm run assets
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue