From d0a19ff9aa6f2800e9c3c8bc3d98ee2458e3afad Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 10 Oct 2022 00:31:54 +0400 Subject: [PATCH] Fixed version in archive URL in PKGBUILD. --- build/archlinux/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index db44c91..82d6ffe 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -15,7 +15,7 @@ replaces=() backup=('etc/httpprocprobed.conf') options=() install= -source=('https://git.arav.top/Arav/httpprocprobed/archive/1.4.0.tar.gz') +source=('https://git.arav.top/Arav/httpprocprobed/archive/2.0.0.tar.gz') noextract=() md5sums=('SKIP')