Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

figma-linux: Update figma-linux_0.11.3_linux_arm64.deb to 0.11.5 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions io.github.Figma_Linux.figma_linux.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.Figma_Linux.figma_linux</id>
<name>Figma for Linux</name>
Expand Down Expand Up @@ -37,6 +37,9 @@
<content_attribute id="money-purchasing">intense</content_attribute>
</content_rating>
<releases>
<release version="0.11.5" date="2024-10-10">
<description></description>
</release>
<release version="0.11.3" date="2024-01-15">
<description>
<ul>
Expand Down Expand Up @@ -363,4 +366,4 @@
</description>
</release>
</releases>
</component>
</component>
14 changes: 7 additions & 7 deletions io.github.Figma_Linux.figma_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ runtime-version: '23.08'
base: org.electronjs.Electron2.BaseApp
base-version: '23.08'
finish-args:
- '--share=ipc'
- '--socket=x11'
- '--device=dri'
- '--share=network'
- '--filesystem=xdg-pictures'
- --share=ipc
- --socket=x11
- --device=dri
- --share=network
- --filesystem=xdg-pictures
command: figma-linux
rename-icon: figma-linux
modules:
Expand Down Expand Up @@ -45,8 +45,8 @@ modules:
only-arches:
- aarch64
url: >-
https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.3/figma-linux_0.11.3_linux_arm64.deb
sha256: 58d05ead9ba0936d3fc2e044df913dc62d7538ada9b72c1921007a5557c7f45f
https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.5/figma-linux_0.11.5_linux_arm64.deb
sha256: 32475046069b95857d44a07d6ec442beb7765d020ad55a245bd71b7c08a4c8f3
x-checker-data:
type: json
url: https://api.github.com/repos/Figma-Linux/figma-linux/releases/latest
Expand Down