summaryrefslogtreecommitdiff
path: root/Ports/stress-ng/package.sh
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-04-16 17:39:43 +0000
committerLinus Groh <mail@linusgroh.de>2021-04-16 21:14:00 +0200
commita206ab2211d15cfdd27287b2e237e02eecee55a2 (patch)
treef25a5bd02eb35eba346eafc2859894b5ed6ec69e /Ports/stress-ng/package.sh
parent6c618eb072bc76fb4ea1cabc79d307139aaa24a1 (diff)
downloadserenity-a206ab2211d15cfdd27287b2e237e02eecee55a2.zip
Ports: Add auth_type verification to all package.sh files
Diffstat (limited to 'Ports/stress-ng/package.sh')
-rwxr-xr-xPorts/stress-ng/package.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/stress-ng/package.sh b/Ports/stress-ng/package.sh
index 22b260cabc..6343bfcb88 100755
--- a/Ports/stress-ng/package.sh
+++ b/Ports/stress-ng/package.sh
@@ -1,7 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=stress-ng
version=0.11.23
-files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz"
+files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz 49fa5547c8cfd7871b9d6261cce6ace3"
+auth_type=md5
depends=zlib
pre_configure() {