- New upstream release 2024.9.0

* no changelog provided

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=73
This commit is contained in:
2024-09-19 17:13:51 +00:00
committed by Git OBS Bridge
commit 97098ef571
29 changed files with 1715 additions and 0 deletions

14
_service Normal file
View File

@@ -0,0 +1,14 @@
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param>
<param name="revision">desktop-v2024.9.0</param>
<param name="version">2024.9.0</param>
<param name="filename">bitwarden</param>
<param name="exclude">bitwarden_license/*</param>
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
<param name="exclude">apps/cli/*</param>
<param name="exclude">apps/web/*</param>
</service>
<service name="tar" mode="buildtime" />
</services>