putty: update to 0.67.

This commit is contained in:
Michael Gehring 2016-03-06 01:00:52 +01:00
parent 3ec4a3cc92
commit 2aea2fc410
1 changed files with 7 additions and 3 deletions

View File

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