SHA256
1
0
forked from pool/wezterm

- Update vendored dependencies.

- Replace obsoleted `disabledrun` subcommand option from _service.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=83
This commit is contained in:
Soc Virnyl Estela 2023-08-13 13:02:36 +00:00 committed by Git OBS Bridge
parent baddd7bf37
commit cca800b193
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="download_files" />
<service name="cargo_vendor" mode="disabled">
<service mode="manual" name="download_files" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">wezterm-20230712.072601.f4abf8fd.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
@ -19,7 +19,7 @@
<param name="cargotoml">wezterm-ssh/Cargo.toml</param>
<param name="cargotoml">wezterm-toast-notification/Cargo.toml</param>
</service>
<service name="cargo_audit" mode="disabled">
<service name="cargo_audit" mode="manual">
<param name="srcdir">wezterm-20230712-072601-f4abf8fd</param>
</service>
</services>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19fad218e9321a8a935448e4cfcc74375bf9975722f050072c5acbed708ca967
size 108333606
oid sha256:d5cfda4553facf77df174bbb099372a895959503ad39107715f94982fcc41d33
size 87051957

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 13 13:00:28 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update vendored dependencies.
- Replace obsoleted `disabledrun` subcommand option from _service.
-------------------------------------------------------------------
Mon Aug 7 14:19:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>