From 01bd37818627f3d2a8d6ea68ca7f102a73a242e1 Mon Sep 17 00:00:00 2001
From: beckerfy <fynn.becker@hs-hannover.de>
Date: Thu, 4 Jun 2020 12:05:55 +0200
Subject: [PATCH] Update to new release archive name

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

diff --git a/postgrest/postgrest.sls b/postgrest/postgrest.sls
index 20c5f61..533ef93 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 }}-ubuntu.tar.xz
+    - source: https://github.com/PostgREST/postgrest/releases/download/{{ tag }}/postgrest-{{ tag }}-linux-x64-static.tar.xz
     - source_hash: {{ instance_conf.hash }}
     - enforce_toplevel: false
     - mode: 644
-- 
GitLab