From 8fbdb0d2a10e98add028486b71cb742e8df16314 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Fri, 26 Mar 2021 11:00:42 -0700 Subject: [PATCH] corkscrew: fix license, fix homepage --- srcpkgs/corkscrew/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/corkscrew/template b/srcpkgs/corkscrew/template index a7c4327bc7da..39321f2f72c4 100644 --- a/srcpkgs/corkscrew/template +++ b/srcpkgs/corkscrew/template @@ -1,12 +1,16 @@ # Template file for 'corkscrew' pkgname=corkscrew version=2.0 -revision=1 +revision=2 build_style=gnu-configure +hostmakedepends="automake" short_desc="Corkscrew is a tool for tunneling SSH through HTTP proxies" maintainer="pulux " -license="GPL-2" -homepage="http://www.agroman.net/corkscrew/" -#distfiles="http://agroman.net/corkscrew/$pkgname-$version.tar.gz" -distfiles="https://ftp.heanet.ie/mirrors/OpenBSD/distfiles/corkscrew-${version}.tar.gz" -checksum=0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be +license="GPL-2.0-or-later" +homepage="https://github.com/bryanpkc/corkscrew" +distfiles="https://github.com/bryanpkc/corkscrew/archive/refs/tags/v${version}.tar.gz" +checksum=09d70daaa3145070a1e463dbab6ae1cbc62449b1e09c94e158f6017e7c79c9f6 + +pre_configure() { + autoreconf -fi +}