From b1b0614703a8c6d399f594aac915e88ac65a3ad6 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 30 Mar 2023 13:25:15 +0530 Subject: [PATCH] httpdirfs: update to 1.2.5. --- srcpkgs/httpdirfs/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/httpdirfs/template b/srcpkgs/httpdirfs/template index 4aaab3d36adb31..a4687feab17b97 100644 --- a/srcpkgs/httpdirfs/template +++ b/srcpkgs/httpdirfs/template @@ -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 }