aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-01-31 10:11:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-01-31 10:11:26 -0300
commit74b5c9e5dc32a1a12964cbc62f529ada31a4a41b (patch)
treef21908ea866f5d8974e7a6ca2dabe3213ce32b33
parentefc411ce0af7f7aafbf01e874b27d9e697955f3f (diff)
downloaddownloaders-master.tar.gz
downloaders-master.tar.bz2
Fix: debian-dl: remove unsupported MD5SUMS and SHA1SUMS checkingHEADmaster
-rwxr-xr-xdebian-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-dl b/debian-dl
index b9306b2..68e24aa 100755
--- a/debian-dl
+++ b/debian-dl
@@ -18,7 +18,7 @@ BASE="`dirname $URL`"
RATE="$2"
FILENAME="`basename $URL`"
SIGN="sign"
-HASHES="MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS"
+HASHES="SHA256SUMS SHA512SUMS"
# Fetch hashes
for hash in $HASHES; do