Skip to content

Commit d902e70

Browse files
committed
fix arm64 builds
1 parent 34910d1 commit d902e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@
712712
"libsodium": {
713713
"type": "ghrel",
714714
"repo": "jedisct1/libsodium",
715-
"match": "libsodium-\\d+(\\.\\d+)*\\.tar\\.gz",
715+
"match": "libsodium-(?!1\\.0\\.21)\\d+(\\.\\d+)*\\.tar\\.gz",
716716
"prefer-stable": true,
717717
"provide-pre-built": true,
718718
"license": {

0 commit comments

Comments
 (0)