diff options
Diffstat (limited to 'system/debianutils/APKBUILD')
-rw-r--r-- | system/debianutils/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |