mintty: Update to 3.5.2

This commit is contained in:
Christoph Reiter 2021-11-11 09:46:41 +01:00
parent b3c1faddab
commit 8b5e72dc95

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com> # Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=mintty pkgname=mintty
pkgver=3.5.1 pkgver=3.5.2
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="Terminal emulator with native Windows look and feel" pkgdesc="Terminal emulator with native Windows look and feel"
@ -11,7 +11,7 @@ depends=('sh')
makedepends=('gcc') makedepends=('gcc')
url="https://mintty.github.io" url="https://mintty.github.io"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz)
sha256sums=('cd51f1a042f363adaaf81205deda6b7bca8812bb4dc3502f7c4a1b12183d9dec') sha256sums=('3e47a27864728c96f251cf7d163fddc908259b844e1c008eb16ffbb00db2a4df')
prepare() { prepare() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"