aboutsummaryrefslogtreecommitdiff
path: root/ports/bzip2/vcpkg.json
diff options
context:
space:
mode:
authorGeneral Jack O'Neill <StarGate_One@outlook.com>2020-09-01 17:18:13 -0400
committerGitHub <noreply@github.com>2020-09-01 14:18:13 -0700
commitd29602bf0bef96ce71941ab58ca00a33ea5457fb (patch)
tree70b6b2d6c60f47372e183a16e9013ed69ae1f059 /ports/bzip2/vcpkg.json
parent684b5e8c8d0a85e193995e4eac9a4547c172ac6d (diff)
downloadvcpkg-d29602bf0bef96ce71941ab58ca00a33ea5457fb.tar.gz
vcpkg-d29602bf0bef96ce71941ab58ca00a33ea5457fb.zip
[bzip2] Add SHA512 hash check (#13242)
Diffstat (limited to 'ports/bzip2/vcpkg.json')
-rw-r--r--ports/bzip2/vcpkg.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/bzip2/vcpkg.json b/ports/bzip2/vcpkg.json
new file mode 100644
index 000000000..8c7520de8
--- /dev/null
+++ b/ports/bzip2/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "bzip2",
+ "version-string": "1.0.8",
+ "port-version": 1,
+ "description": "bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.",
+ "homepage": "https://sourceware.org/bzip2/",
+ "documentation": "https://sourceware.org/bzip2/docs.html"
+}