From 5ec08d01fe9dcdbce7c9d2611f0137f67e7f5d14 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 26 Aug 2018 15:22:45 -0400 Subject: [PATCH] bzip2: Update homepage bzip.org is no longer available --- bzip2.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bzip2.json b/bzip2.json index ac27720b8a..fb489d9773 100644 --- a/bzip2.json +++ b/bzip2.json @@ -1,6 +1,6 @@ { "version": "1.0.6", - "homepage": "http://www.bzip.org/", + "homepage": "https://github.com/philr/bzip2-windows", "description": "Freely available, patent free, high-quality data compressor", "architecture": { "32bit": { @@ -19,5 +19,7 @@ "bzip2recover.exe" ], "pre_install": "cp \"$dir\\bzip2.exe\" \"$dir\\bunzip2.exe\"; cp \"$dir\\bzip2.exe\" \"$dir\\bzcat.exe\"", - "checkver": "The current version is ([\\d.]+)" + "checkver": { + "github": "https://github.com/philr/bzip2-windows" + } }