From d874a2b36305ef59b2ef7d40d35f1c675ecb94b3 Mon Sep 17 00:00:00 2001 From: David Macek Date: Sat, 6 Feb 2016 22:19:46 +0100 Subject: [PATCH] mintty: Update to v2.2.3 --- mintty/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mintty/PKGBUILD b/mintty/PKGBUILD index 0f6e0b71..af315e8a 100644 --- a/mintty/PKGBUILD +++ b/mintty/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=mintty -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=1 epoch=1 pkgdesc="Terminal emulator with native Windows look and feel" @@ -11,7 +11,7 @@ groups=('base') depends=('sh') url="https://mintty.github.io" source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz) -sha1sums=('92d60b3da03460e9292d2d66c322d54946a83e71') +sha1sums=('71be84bbe3272b788bd0e9ae7c8f10f6e97c66cc') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"