Skip to content
Open
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
8 changes: 4 additions & 4 deletions linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "1"
package:
id: cn.org.linyaps.builder.utils
name: ll-builder-utils
version: 0.0.1.3
version: 0.0.1.4
kind: app
description: |
Utils for ll-builder
Expand All @@ -27,16 +27,16 @@ sources:
digest: 70c908e3a2397d195d64d606b886c9635b13a461beea70a6cc5317e0bb6e9589
name: linyaps-box
- kind: archive
url: https://github.com/OpenAtom-Linyaps/linyaps/archive/refs/tags/1.11.1.tar.gz
digest: 9c859c31f21c17861ca80b95847e4b28121e66220391b6d35dd2e6c68778c307
url: https://share.cicd.getdeepin.org/linyaps-1.12.2.tar.gz
name: linyaps
digest: 19d584c0cf72e599b435775f8f00a16586d87241d72766b4a5912a07ae57db9e
build: |
echo "$PREFIX"

FUSE_TAG="3.17.1"
EROFS_UTILS_TAG="1.8.6"
LINYAPS_BOX_TAG="2.1.2"
LINYAPS_TAG="1.11.1"
LINYAPS_TAG="1.12.2"

# build libfuse static library
cd /project/linglong/sources/fuse/fuse-${FUSE_TAG}
Expand Down