Skip to content

Commit

Permalink
Update URLs in zen.yml.template to use version variable for improved …
Browse files Browse the repository at this point in the history
…maintainability
  • Loading branch information
mauro-balades committed Jan 16, 2025
1 parent 7de3843 commit e6313c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flatpak/app.zen_browser.zen.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6313c4

Please sign in to comment.