diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template index d101c1d6d3d..96b088bdeb8 100644 --- a/srcpkgs/putty/template +++ b/srcpkgs/putty/template @@ -1,7 +1,7 @@ # Template file for 'putty' pkgname=putty -version=0.66 -revision=2 +version=0.67 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="gtk+-devel" @@ -10,6 +10,10 @@ maintainer="Juan RP " license="MIT" homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/" distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz" -checksum=fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993 +checksum=80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47 CFLAGS="-Wno-error" + +post_install() { + vlicense LICENCE +}