Skip to content

Commit

Permalink
chore: [tag]new version 6.5.3
Browse files Browse the repository at this point in the history
Fix linglong version sync with deb issue.

Log: Fix linglong version sync issue.
  • Loading branch information
re2zero authored and deepin-bot[bot] committed Sep 27, 2024
1 parent 90194df commit 0c9b5d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.fontmanager
name: "deepin-font-manager"
version: 6.5.0.1
version: 6.5.3.1
kind: app
description: |
font manager for deepin os.
Expand All @@ -26,7 +26,7 @@ build: |
# 获取版本号
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
# 使用sed命令替换version的值
sed -i "s/^ version: .*/ version: ${VERSION}.1/" linglong.yaml
# sed -i "s/^ version: .*/ version: ${VERSION}.1/" linglong.yaml
cmake -B build ${conf_args} \
-DCMAKE_SAFETYTEST_ARG="CMAKE_SAFETYTEST_ARG_OFF" \
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
deepin-movie-reborn (6.5.2) unstable; urgency=medium
deepin-font-manager (6.5.3) unstable; urgency=medium

* New version 6.5.3

-- re2zero <[email protected]> Fri, 27 Sep 2024 17:25:16 +0800

deepin-font-manager (6.5.2) unstable; urgency=medium

* New version 6.5.2
* Slimming down the linglong layer package.
Expand Down
4 changes: 2 additions & 2 deletions linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.fontmanager
name: "deepin-font-manager"
version: 6.5.2.1
version: 6.5.3.1
kind: app
description: |
font manager for deepin os.
Expand All @@ -26,7 +26,7 @@ build: |
# 获取版本号
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
# 使用sed命令替换version的值
sed -i "s/^ version: .*/ version: ${VERSION}.1/" linglong.yaml
# sed -i "s/^ version: .*/ version: ${VERSION}.1/" linglong.yaml
cmake -B build ${conf_args} \
-DCMAKE_SAFETYTEST_ARG="CMAKE_SAFETYTEST_ARG_OFF" \
Expand Down

0 comments on commit 0c9b5d7

Please sign in to comment.