From 9b61c5517397c9f87ad26ff2aed68e28d5b43aaf Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 18:27:11 -0400 Subject: [PATCH] apk-tools: fix fetch --- srcpkgs/apk-tools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apk-tools/template b/srcpkgs/apk-tools/template index ad1ea5112da..1ccccc0d8d7 100644 --- a/srcpkgs/apk-tools/template +++ b/srcpkgs/apk-tools/template @@ -11,9 +11,9 @@ checkdepends="lua53-devel" short_desc="Alpine Package Keeper (Alpine package manager)" maintainer="Leah Neukirchen " license="GPL-2.0-only" -homepage="http://git.alpinelinux.org/cgit/apk-tools" -distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2" -checksum=6ffa7b196d03b58df0a42e9072ea5fdd01b90d75d031cc9dca6d00e43c0db64c +homepage="https://git.alpinelinux.org/apk-tools" +distfiles="https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v${version}/apk-tools-v${version}.tar.gz" +checksum=4c6db13039280814a10a3b3d89b29837b59769c69214a1861997e088eac107a5 CFLAGS="-Wno-error" post_build() {