zstd: Add 1.4.0 (#11208)

This commit is contained in:
Michael Kuhn 2019-04-17 16:29:52 +02:00 committed by Adam J. Stewart
parent ef8b5c73ce
commit 3028f5674c

View file

@ -14,6 +14,7 @@ class Zstd(MakefilePackage):
homepage = "http://facebook.github.io/zstd/" homepage = "http://facebook.github.io/zstd/"
url = "https://github.com/facebook/zstd/archive/v1.1.2.tar.gz" url = "https://github.com/facebook/zstd/archive/v1.1.2.tar.gz"
version('1.4.0', '63be339137d2b683c6d19a9e34f4fb684790e864fee13c7dd40e197a64c705c1')
version('1.3.8', '90d902a1282cc4e197a8023b6d6e8d331c1fd1dfe60f7f8e4ee9da40da886dc3') version('1.3.8', '90d902a1282cc4e197a8023b6d6e8d331c1fd1dfe60f7f8e4ee9da40da886dc3')
version('1.3.0', '888660a850e33c2dcc7c4f9d0b04d347') version('1.3.0', '888660a850e33c2dcc7c4f9d0b04d347')
version('1.1.2', '4c57a080d194bdaac83f2d3251fc7ffc') version('1.1.2', '4c57a080d194bdaac83f2d3251fc7ffc')