neovide: update to 0.15.1

This commit is contained in:
Artur Manuel 2025-08-03 21:03:43 +01:00 committed by Duncan Overbruck
parent 774cd0512e
commit 8f53a9b1c1

View file

@ -1,6 +1,6 @@
# Template file for 'neovide'
pkgname=neovide
version=0.15.0
version=0.15.1
revision=1
archs="x86_64* aarch64*" # the skia-bindings crate only supports these archs
build_style=cargo
@ -16,7 +16,7 @@ license="MIT"
homepage="https://neovide.dev/"
changelog="https://github.com/neovide/neovide/releases/tag/${version}"
distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
checksum=89900673314f4dba66a1716197aca3b51f01365d9f8351563c3dc5604b3e48ab
checksum=9042678f2fa33a86662755b3d37f7b264ebbf28b9a5f021ca89c137faeeda37d
# skia-bindings fails to build without these flags
export FORCE_SKIA_BUILD=1