Skip to content

Commit c366a49

Browse files
committed
feat(package-styling-manual): add usage of abbs-update-checksum
1 parent 7a3e0fa commit c366a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/developer/packaging/package-styling-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Where...
116116

117117
For descriptions of different cryptographic hash algorithms, and for identification of insecure (and therefore unacceptable) algorithms, refer to this [Wikipedia chapter](https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms) under "Cryptographic Hash Function".
118118

119-
This variable is usually automatically generated with `acbs-build -gw $PKGNAME`.
119+
This variable is usually automatically generated with `abbs-update-checksum $PKGNAME`.
120120

121121
### DUMMYSRC=
122122

content/developer/packaging/package-styling-manual.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ CHKSUMS="$ALGORITHM::$CHECKSUM $ALGORITHM::$CHECKSUM $ALGORITHM::$CHECKSUM $ALGO
117117

118118
想要进一步了解哈希算法,请参阅 [Wikipedia 的相关页面](https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms)
119119

120-
该行一般使用 `acbs-build -gw $PKGNAME` 自动填写。
120+
该行一般使用 `abbs-update-checksum $PKGNAME` 自动填写。
121121

122122
### DUMMYSRC=
123123

0 commit comments

Comments
 (0)