summaryrefslogtreecommitdiff
path: root/extra/putty
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-11 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2011-12-11 23:15:00 +0000
commit22b0fa480661b6247dabf39059fe629e1d233a9a (patch)
tree21d577c8083046449768f463eef2a2e1bcebaa92 /extra/putty
parente37e888e9ecdc23a004eb19d72c64c02c5af3249 (diff)
Sun Dec 11 23:15:00 UTC 2011
Diffstat (limited to 'extra/putty')
-rw-r--r--extra/putty/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD
index c4b3adcc9..5a6f2f536 100644
--- a/extra/putty/PKGBUILD
+++ b/extra/putty/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 131725 2011-07-14 01:51:53Z eric $
+# $Id: PKGBUILD 144938 2011-12-11 04:46:16Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=putty
-pkgver=0.61
+pkgver=0.62
pkgrel=1
pkgdesc="A terminal integrated SSH/Telnet client"
arch=('i686' 'x86_64')
url="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
license=('MIT')
depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('db0e37f6b82ea62f0ace87927d29b2a4')
-sha1sums=('cbb82fd392142e3455e859ca8bc7b1e61b246204')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+ putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
+sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380'
+ '128cded001647e3b47494dbfb1eeb70cbed49a7c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/unix"