From add64588b1ffcc1b51c759529221c5efb7697079 Mon Sep 17 00:00:00 2001 From: Roberto Cella Date: Fri, 20 Dec 2024 20:25:37 +0100 Subject: [PATCH] update hashupdate file permissions --- hashupdate | 1 - 1 file changed, 1 deletion(-) diff --git a/hashupdate b/hashupdate index 6072112..a202c37 100644 --- a/hashupdate +++ b/hashupdate @@ -1,7 +1,6 @@ #!/bin/sh set -eu -# from https://github.com/wader/static-ffmpeg/blob/787709ac341e7ef16f8a1768ed1e5a30b492a0b7/hashupdate # Usage: hashupdate URL_TEMPLATE=$(grep "$2_URL=" "$1" | sed -E 's/.*="(.*)"/\1/' | tr -d '\r') URL=$(echo "$URL_TEMPLATE" | sed "s/\$$2_VERSION/$3/g")