diff --git a/mintty/PKGBUILD b/mintty/PKGBUILD index 92793c40..5e70fd6a 100644 --- a/mintty/PKGBUILD +++ b/mintty/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov 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}"