From ea6c82cd02e12276f458f64deb49d79183c4f150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Sat, 19 Nov 2022 13:36:34 +0100 Subject: [PATCH] mintty: update to 3.6.2 --- mintty/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mintty/PKGBUILD b/mintty/PKGBUILD index cb79e8e9..1b32be0b 100644 --- a/mintty/PKGBUILD +++ b/mintty/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexey Pavlov pkgname=mintty -pkgver=3.6.1 -pkgrel=2 +pkgver=3.6.2 +pkgrel=1 epoch=1 pkgdesc="Terminal emulator with native Windows look and feel" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('gcc') url="https://mintty.github.io" source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz "001-default-size.patch") -sha256sums=('3d7d3bce9231f30ab1712fcbecac4c6070b9d695cb6b9bcab32cf8d33ff7a411' +sha256sums=('bd0dc27b08114adf84fbd7b4edcb2f6c2dcbc9ae7079990c213e65b923e8078a' '2bcd93ed0e91c5dad900e3c15c7de33e1fb5388de227a24538fb4409d3363445') prepare() {