From bc1ce27fa1474adc23c4987ddeb6dbb8410a39b2 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 6 Oct 2021 16:02:17 -0500 Subject: system/debianutils: fix/update source URL with stable snapshot --- system/debianutils/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/debianutils/APKBUILD') diff --git a/system/debianutils/APKBUILD b/system/debianutils/APKBUILD index ef7ba098e..ccc617c40 100644 --- a/system/debianutils/APKBUILD +++ b/system/debianutils/APKBUILD @@ -11,7 +11,8 @@ license="BSD-3-Clause AND GPL-2.0+" depends="coreutils mawk" # awk, cat, and rm are required by add-shell makedepends="grep" # early package, declare these subpackages="$pkgname-doc $pkgname-which::noarch" -source="http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz" +# find timestamp here: https://snapshot.debian.org/package/debianutils/ +source="https://snapshot.debian.org/archive/debian/20200525T145753Z/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz" build() { ./configure \ -- cgit v1.2.3-60-g2f50