Auto-update nsync to 1.29.1 (#4458)

* Update nsync to 1.29.1

* Update xmake.lua

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/4462/head
ruki 8 months ago committed by GitHub
parent 52fc22c5c8
commit 7f493ece71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/n/nsync/xmake.lua

@ -6,9 +6,10 @@ package("nsync")
add_urls("https://github.com/google/nsync/archive/refs/tags/$(version).tar.gz",
"https://github.com/google/nsync.git")
add_versions("1.29.1", "3045a8922171430426b695edf794053182d245f6a382ddcc59ef4a6190848e98")
add_versions("1.28.1", "0011fc00820088793b6a9ba97536173a25cffd3df2dc62616fb3a2824b3c43f5")
add_patches("1.28.1", "patches/1.28.1/cmake.patch", "626a89a5a60884b7aaf44011494e7ba5dbfcdae9fcdb5afcef5b5d1f893b4600")
add_patches(">=1.28.1", "patches/1.28.1/cmake.patch", "626a89a5a60884b7aaf44011494e7ba5dbfcdae9fcdb5afcef5b5d1f893b4600")
if is_plat("linux", "bsd") then
add_syslinks("m", "pthread")

Loading…
Cancel
Save