xrdp_apphost: Upgrade Lightburn to 1.1.03

This commit is contained in:
Thomas Basler 2022-03-18 16:03:32 +01:00
parent 73b36d8bc3
commit ca244db889
2 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,8 @@ xrdp_applications:
salt: $1$SomeSalt$
git_config_folder: /home/lightburn/.config/LightBurn/
checksum: sha256:30d3cd573f5036edf74922ce56515304e668c345b5921fa0786248a8cc4be048
version: 1.0.04
checksum: sha256:0257340f047e85ac78e4e2fbf57e26ff1f206ac3c3ece46485132dcf838858e4
version: 1.1.03
Estlcam:
user: estlcam

View File

@ -5,6 +5,7 @@
name:
- libpulse-mainloop-glib0
- libnss3
- libxkbcommon-x11-0
- name: Download LightBurn binary
get_url: url={{ lightburn_url }} dest={{ lightburn_target }} checksum={{ xrdp_applications.LightBurn.checksum }} mode=0755