Merge pull request #18 from flathub/v1.16.4

Version 1.16.4
This commit is contained in:
Ghislain Antony Vaillant 2019-09-27 11:09:51 +02:00 committed by GitHub
commit 9713e447be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 29 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2018-2019 Flathub maintainers --> <!-- Copyright 2018-2019 Flathub maintainers -->
<component type="desktop"> <component type="desktop">
<id>com.bitwarden.desktop</id> <id>com.bitwarden.desktop</id>
@ -52,17 +52,7 @@
<developer_name>8bit Solutions LLC</developer_name> <developer_name>8bit Solutions LLC</developer_name>
<update_contact>hello@bitwarden.com</update_contact> <update_contact>hello@bitwarden.com</update_contact>
<releases> <releases>
<release version="1.15.2" date="2019-08-01"> <release version="1.16.4" date="2019-09-24" />
<description>
<ul>
<li>Client events for organizations</li>
<li>New passphrase generator options for capitalization and include a number</li>
<li>UI updates for macOS users</li>
<li>Bug fixes</li>
<li>Language updates</li>
</ul>
</description>
</release>
</releases> </releases>
<content_rating type="oars-1.0"/> <content_rating type="oars-1.1" />
</component> </component>

View file

@ -1,9 +1,9 @@
app-id: com.bitwarden.desktop app-id: com.bitwarden.desktop
base: org.electronjs.Electron2.BaseApp
base-version: '18.08'
runtime: org.freedesktop.Platform runtime: org.freedesktop.Platform
runtime-version: '18.08' runtime-version: '19.08'
sdk: org.freedesktop.Sdk sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '19.08'
command: bitwarden command: bitwarden
separate-locales: false separate-locales: false
finish-args: finish-args:
@ -19,26 +19,21 @@ modules:
- name: libsecret - name: libsecret
sources: sources:
- type: archive - type: archive
url: https://gitlab.gnome.org/GNOME/libsecret/-/archive/0.18.8/libsecret-0.18.8.tar.gz url: https://gitlab.gnome.org/GNOME/libsecret/-/archive/0.19.1/libsecret-0.19.1.tar.gz
sha256: 33ee5dfd3556931b81d47111890c8b9c51093b4ced18e0e87f51c1769e24d43c sha256: 303c6e8cf3e12534e885b0682cd6130716c6834397b76d3829321b6d83b2389c
config-opts: config-opts:
- --disable-manpages - '-Dmanpage=false'
- --disable-gtk-doc - '-Dgtk_doc=false'
- --disable-static - '-Dvapi=false'
- --disable-introspection buildsystem: meson
cleanup:
- /bin
- /include
- /lib/*.la
- /lib/pkgconfig
- name: bitwarden - name: bitwarden
sources: sources:
- type: file - type: file
only-arches: only-arches:
- x86_64 - x86_64
url: https://github.com/bitwarden/desktop/releases/download/v1.15.2/Bitwarden-1.15.2-amd64.deb url: https://github.com/bitwarden/desktop/releases/download/v1.16.4/Bitwarden-1.16.4-amd64.deb
sha256: 8ec42628a709ac436a1106d8b9cc04c882a4e1f2b3ccee64cb5f608ef184e47b sha256: d500eaf4c2d4899cbfc360bf75fdcf3ad5ddcf6aa7b9491328bd1e8d659734bd
- type: file - type: file
path: com.bitwarden.desktop.appdata.xml path: com.bitwarden.desktop.appdata.xml
buildsystem: simple buildsystem: simple