Skip to content

Commit 033180a

Browse files
authored
Merge pull request #312 from flathub/fix-version-updater
Fix version template for automated updates
2 parents 387afde + 47a9895 commit 033180a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.bitwarden.desktop.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ modules:
6565
x-checker-data:
6666
type: anitya
6767
project-id: 179174
68-
url-template: https://github.com/bitwarden/clients/releases/download/desktop-v$version/bitwarden_$version_x64.tar.gz
68+
url-template: https://github.com/bitwarden/clients/releases/download/desktop-v$version/bitwarden_${version}_x64.tar.gz
6969
is-main-source: true
7070
- type: file
7171
dest-filename: bitwarden.tar.gz
@@ -76,7 +76,7 @@ modules:
7676
x-checker-data:
7777
type: anitya
7878
project-id: 179174
79-
url-template: https://github.com/bitwarden/clients/releases/download/desktop-v$version/bitwarden_$version_arm64.tar.gz
79+
url-template: https://github.com/bitwarden/clients/releases/download/desktop-v$version/bitwarden_${version}_arm64.tar.gz
8080
- type: script
8181
dest-filename: bitwarden.sh
8282
commands:

0 commit comments

Comments
 (0)