mintty: Update to v2.3.3

This commit is contained in:
David Macek
2016-03-22 23:05:43 +01:00
parent 7256f43a50
commit 2a1c1e5b65

View File

@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=mintty
pkgver=2.2.4
pkgver=2.3.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)
sha256sums=('b8dc699acc4689f9da4c6701ed388062a8ec10bb547ca8d6680ad3ace9453da0')
sha256sums=('ab478ff60a35ce7febe116e67580ff0378c5c91394258534d1533c03fc5fdd22')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"