From 0edf6d35eb5fb9143b693614c8ac11567f4a616e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 10 Jul 2021 23:56:16 +0700 Subject: [PATCH] lxc: fix distfiles location --- srcpkgs/lxc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index 5a3458eb4eb..679ec36e436 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -14,7 +14,7 @@ short_desc="${_desc} - utilities" maintainer="Cameron Nemo " license="LGPL-2.1-or-later" homepage="https://linuxcontainers.org" -distfiles="https://linuxcontainers.org/downloads/lxc-${version}.tar.gz" +distfiles="https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz" checksum=9165dabc0bb6ef7f2fda2009aee90b20fbefe77ed8008347e9f06048eba1e463 conf_files="/etc/lxc/default.conf"