commit b71d1862ad5daf9c22edba498a11b9beeeb6c495 Author: Nicolas Vigier boklm@torproject.org Date: Wed Oct 17 12:06:28 2018 +0200
Bug 21704: Abort install if CPU is missing SSE2 support
Update tbb-windows-installer to v0.5, adding patch to abort install if CPU is missing SSE2 support. --- projects/tbb-windows-installer/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/tbb-windows-installer/config b/projects/tbb-windows-installer/config index 57c4fda..a990229 100644 --- a/projects/tbb-windows-installer/config +++ b/projects/tbb-windows-installer/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 0.4 +version: 0.5 git_url: https://github.com/moba/tbb-windows-installer.git git_hash: 'v[% c("version") %]' tag_gpg_id: 1
tbb-commits@lists.torproject.org