From 58dcd5cc5614e0d28a280d442414531a49481b71 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 2 Aug 2022 22:06:31 +0200 Subject: [PATCH] yajl: fix distfiles download --- srcpkgs/yajl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yajl/template b/srcpkgs/yajl/template index 6bc21103457..dc70de8e6bc 100644 --- a/srcpkgs/yajl/template +++ b/srcpkgs/yajl/template @@ -8,7 +8,7 @@ short_desc="Yet Another JSON Library" maintainer="Orphaned " license="ISC" homepage="http://lloyd.github.io/yajl/" -distfiles="https://github.com/lloyd/yajl/archive/$version.tar.gz" +distfiles="https://github.com/lloyd/yajl/archive/refs/tags/${version}.tar.gz" checksum=3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a post_install() {