Update URLs in zen.yml.template to use version variable for improved maintainability

This commit is contained in:
mr. M
2025-01-16 02:30:00 +01:00
parent 7de3843cd9
commit e6313c4d5f

View File

@@ -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