summarylogtreecommitdiffstats
path: root/hash
diff options
context:
space:
mode:
Diffstat (limited to 'hash')
-rwxr-xr-xhash4
1 files changed, 4 insertions, 0 deletions
diff --git a/hash b/hash
new file mode 100755
index 000000000000..e8382683dcc4
--- /dev/null
+++ b/hash
@@ -0,0 +1,4 @@
+for ARCH in linux_amd64 linux_armv5 linux_armv6 linux_armv7 linux_arm64
+do
+ curl -sSL https://github.com/caddyserver/caddy/releases/download/v${PKGVER}/caddy_${PKGVER}_${ARCH}.tar.gz | sha256sum | awk '{print $1}'
+done \ No newline at end of file