diff --git a/contrib/src/pthreads/package.json b/contrib/src/pthreads/package.json index 943ea3c6b30331fd84fa5600e496f1997efa8f1a..98af313cb13d3387c4de3f72fa3305e34ea68e71 100644 --- a/contrib/src/pthreads/package.json +++ b/contrib/src/pthreads/package.json @@ -1,20 +1,12 @@ { "name": "pthreads", - "version": "pthreads4w-code-v2.10.0-rc", - "url": "https://sourceforge.net/projects/pthreads4w/files/__VERSION__.zip", - "deps": [], - "patches": [], + "version": "v-2-10-0-rc", + "url": " https://github.com/jwinarske/pthreads4w/archive/refs/tags/__VERSION__.tar.gz", "win_patches": [ "pthreads-windows.patch", "pthreads-vs2017.patch" ], "project_paths": [ "MSVC/pthreads.vcxproj" - ], - "with_env" : "", - "custom_scripts": { - "pre_build": [], - "build": [], - "post_build": [] - } + ] } \ No newline at end of file