Skip to content
Merged
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
6 changes: 3 additions & 3 deletions arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ version: '1'
package:
id: org.deepin.draw
name: deepin-draw
version: 6.5.31.1
version: 6.5.32.1
kind: app
description: |
Draw for deepin os.

command:
- deepin-draw

base: org.deepin.base/25.2.0/arm64
runtime: org.deepin.runtime.dtk/25.2.0/arm64
base: org.deepin.base/25.2.1/arm64
runtime: org.deepin.runtime.dtk/25.2.1/arm64

build: |
bash ./install_dep linglong/sources "$PREFIX"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-draw (6.5.32) unstable; urgency=medium

* chore: Update linglong base and runtime

-- wangrong <wangrong@uniontech.com> Wed, 17 Sep 2025 13:26:15 +0800

deepin-draw (6.5.31) unstable; urgency=medium

* fix: Correct serialization of command count in SDynamicLayerUnitData
Expand Down
6 changes: 3 additions & 3 deletions linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ version: '1'
package:
id: org.deepin.draw
name: deepin-draw
version: 6.5.31.1
version: 6.5.32.1
kind: app
description: |
Draw for deepin os.

command:
- deepin-draw

base: org.deepin.base/25.2.0/x86_64
runtime: org.deepin.runtime.dtk/25.2.0/x86_64
base: org.deepin.base/25.2.1/x86_64
runtime: org.deepin.runtime.dtk/25.2.1/x86_64

build: |
bash ./install_dep linglong/sources "$PREFIX"
Expand Down
6 changes: 3 additions & 3 deletions loong64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ version: '1'
package:
id: org.deepin.draw
name: deepin-draw
version: 6.5.31.1
version: 6.5.32.1
kind: app
description: |
Draw for deepin os.

command:
- deepin-draw

base: org.deepin.base/25.2.0/loong64
runtime: org.deepin.runtime.dtk/25.2.0/loong64
base: org.deepin.base/25.2.1/loong64
runtime: org.deepin.runtime.dtk/25.2.1/loong64

build: |
bash ./install_dep linglong/sources "$PREFIX"
Expand Down
Loading