diff --git a/flatpak/app.zen_browser.zen.yml.template b/flatpak/app.zen_browser.zen.yml.template index 389ce8b5c..d9b30cab2 100644 --- a/flatpak/app.zen_browser.zen.yml.template +++ b/flatpak/app.zen_browser.zen.yml.template @@ -44,21 +44,21 @@ modules: sources: - type: archive - url: https://github.com/zen-browser/desktop/releases/download/1.6b/zen.linux-x86_64.tar.bz2 + url: https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-x86_64.tar.bz2 sha256: {linux_sha256} strip-components: 0 only-arches: - x86_64 - type: archive - url: https://github.com/zen-browser/desktop/releases/download/1.6b/zen.linux-aarch64.tar.bz2 + url: https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-aarch64.tar.bz2 sha256: {linux_aarch64_sha256} strip-components: 0 only-arches: - aarch64 - type: archive - url: https://github.com/zen-browser/flatpak/releases/download/1.6b/archive.tar + url: https://github.com/zen-browser/flatpak/releases/download/${version}/archive.tar sha256: {flatpak_sha256} strip-components: 0 dest: metadata