dq: update to 0.0.20250201.

This commit is contained in:
Duncaen 2025-02-01 15:45:10 +01:00
parent 38d8c644b4
commit b5b9e5ec40
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,8 +1,9 @@
# Template file for 'dq'
pkgname=dq
version=0.0.20241027
version=0.0.20250201
revision=1
build_style=gnu-makefile
make_use_env=yes
make_dirs="
/etc/dqcache/env 0755 root root
/etc/dqcache/root/servers 0755 root root
@ -16,12 +17,12 @@ license="CC0-1.0"
homepage="https://github.com/janmojzis/dq"
changelog="https://github.com/janmojzis/dq/releases"
distfiles="https://github.com/janmojzis/dq/archive/${version##*.}.tar.gz"
checksum=413a7aa97a31bc81886aea943dce39b674da2ec5a205f6d7c5cda7c365b9e1fb
checksum=37b1f63431ac502a47562515d3d23bdc303a142f4dabd83ce5d3065c239e7e8d
system_accounts="_dqcache"
post_extract() {
vsed -e 's;usr/sbin;usr/bin;g' -i Makefile
vsed -e 's;/sbin;/bin;g' -i Makefile
}
post_install() {