httpdirfs: update to 1.2.5.
This commit is contained in:
parent
7d150b17f6
commit
1dcbdec2fb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'httpdirfs'
|
||||
pkgname=httpdirfs
|
||||
version=1.2.4
|
||||
version=1.2.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -13,15 +13,10 @@ license="GPL-3.0-only"
|
|||
homepage="https://github.com/fangfufu/httpdirfs"
|
||||
changelog="https://raw.githubusercontent.com/fangfufu/httpdirfs/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/fangfufu/httpdirfs/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=c55b1020af76c6303e441c4529726396ca14e001941791df4046daa6a5a34877
|
||||
checksum=d0a85600c3813064ba3cad9491b66fcf458151a49d3926818f5458ab6f615038
|
||||
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
pre_configure() {
|
||||
vsed -e "s,^VERSION\s\+=.*,VERSION = ${version}," -i Makefile
|
||||
vsed -e "s,-fsanitize=undefined,," -i Makefile
|
||||
}
|
||||
|
||||
post_build() {
|
||||
make man
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue