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}"