Skip to content

Commit

Permalink
alacritty: update to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Feb 18, 2025
1 parent 7739b57 commit 7abc6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-alacritty/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=alacritty
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.15.0
pkgver=0.15.1
pkgrel=1
pkgdesc="A cross-platform, OpenGL terminal emulator (mingw-w64)"
arch=('any')
Expand All @@ -24,7 +24,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-ncurses: for alacritty terminfo database")
source=("git+${msys2_repository_url}.git#tag=v${pkgver}")
validpgpkeys=('4DAA67A9EA8B91FCC15B699C85CDAE3C164BA7B4' # Christian Dürr <[email protected]>
'A56EF308A9F1256C25ACA3807EA8F8B94622A6A9') # Kirill Chibisov <[email protected]>
sha256sums=('a7c39caf7487f19e94cd55a7437c6b8aa5f6118e576b2a2c0cac3526abb226a3')
sha256sums=('62d9c823b34aab1153a952ba84f206ff3951078c1b96b947b4d872c9fb9a0fe3')

prepare() {
cd "${_realname}"
Expand Down

0 comments on commit 7abc6f3

Please sign in to comment.