From 90d61f71f440bc9a0444716ffa2f5077f8f6b14d Mon Sep 17 00:00:00 2001 From: gougeon-s <31284753+gougeon-s@users.noreply.github.com> Date: Tue, 9 Jun 2020 12:37:10 +0200 Subject: [PATCH] fix hash for arm 2.0.16 It is the amd64 hash --- conf/arm.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/arm.src b/conf/arm.src index 5f00e53..c70abf2 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.16/gotify-linux-arm-7.zip -SOURCE_SUM=c0919fa83fadf6ffee12b14dd94c0662bff69e83c11f51f9f1228ac374f91bf0 +SOURCE_SUM=62cd54303a79af678a77b8591836851c31cebf83c48392fd149007ba39926691 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false