From b77d122dbf66dae0439b4cb4044bf4a5882d6030 Mon Sep 17 00:00:00 2001
From: Fynn <fynn.becker@hs-hannover.de>
Date: Wed, 3 Aug 2022 13:36:15 +0200
Subject: [PATCH] Update to a new release archive name yet again

---
 postgrest/postgrest.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postgrest/postgrest.sls b/postgrest/postgrest.sls
index 533ef93..d2d951f 100644
--- a/postgrest/postgrest.sls
+++ b/postgrest/postgrest.sls
@@ -4,7 +4,7 @@
 postgrest_{{ instance_name }}_fetch:
   archive.extracted:
     - name: /srv/postgrest/{{ tag }}/
-    - source: https://github.com/PostgREST/postgrest/releases/download/{{ tag }}/postgrest-{{ tag }}-linux-x64-static.tar.xz
+    - source: https://github.com/PostgREST/postgrest/releases/download/{{ tag }}/postgrest-{{ tag }}-linux-static-x64.tar.xz
     - source_hash: {{ instance_conf.hash }}
     - enforce_toplevel: false
     - mode: 644
-- 
GitLab