Skip to content

Commit 8a4d2b3

Browse files
author
Carlos Cabanero
committed
vim and xxd using Blink package
1 parent dd9d0a8 commit 8a4d2b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xcfs/Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ var binaryTargets: [PackageDescription.Target] = [
8484
),
8585
(
8686
"vim",
87-
"cfe23a176e932c52ce7cceb4e5ea135ef88d5b3bc7e3b92fa9aaa6e534cf253c",
88-
"https://github.com/blinksh/vim/releases/download/v9.1.0187/vim.xcframework.zip"
87+
"81fd7d57cb9cb9549db1f4514dbf93b3c0e67bd5ba8d07ae43735f7916ff8e88",
88+
"https://github.com/blinksh/vim/releases/download/v9.1.0187%2Bblink-17.3.0/vim.xcframework.zip"
8989
),
9090
(
9191
"xxd",
92-
"808d0a6404f374bdc21d526856f57a17b1c036d30218f330a0348c9c871ab1fd",
93-
"https://github.com/blinksh/vim/releases/download/v9.1.0187/xxd.xcframework.zip"
92+
"eb8f86526fae0165b36c08d6eec05d87b48c742f624a3e13b9a885f357ab61e0",
93+
"https://github.com/blinksh/vim/releases/download/v9.1.0187%2Bblink-17.3.0/xxd.xcframework.zip"
9494
)
9595
].map { name, checksum, url in PackageDescription.Target.binaryTarget(name: name, url: url, checksum: checksum)}
9696

0 commit comments

Comments
 (0)