From 4376e57cbb91492cc861e85f47f533818129af0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Jun 2022 15:55:14 +0200 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 6bec08a..9ab447b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mikecao/umami/archive/refs/tags/v1.32.0.tar.gz -SOURCE_SUM=3f940896e707370f9c5b26467cd022a6f1e5673a999172a95a5494e3da2a75ae +SOURCE_URL=https://github.com/mikecao/umami/archive/refs/tags/v1.32.1.tar.gz +SOURCE_SUM=6cad8de19879a3d48844efcfc2f794203ab5ae5ab1900bf58b936147f4491dd3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 13aa640..e8a2342 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, fast, privacy-focused alternative to Google Analytics", "fr": "Alternative rapide et axée sur la confidentialité à Google Analytics" }, - "version": "1.32.0~ynh1", + "version": "1.32.1~ynh1", "url": "https://umami.is/", "upstream": { "license": "MIT",