MangoHud: update to 0.6.8.
This commit is contained in:
parent
e0bd54d606
commit
086a067077
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'MangoHud'
|
||||
pkgname=MangoHud
|
||||
version=0.6.7.1
|
||||
revision=4
|
||||
_version="${version%.*}-${version##*.}"
|
||||
version=0.6.8
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled
|
||||
-Dwith_nvml=disabled -Duse_system_spdlog=enabled"
|
||||
|
@ -13,8 +12,8 @@ short_desc="Vulkan and OpenGL overlay for monitoring FPS, temperatures and more"
|
|||
maintainer="John <me@johnnynator.dev>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/flightlessmango/MangoHud"
|
||||
distfiles="https://github.com/flightlessmango/MangoHud/releases/download/v${_version}/MangoHud-v${_version}-Source-DFSG.tar.xz"
|
||||
checksum=220abdc563e39727527b63ace9f7b8b1de0a53d4cf79b8bbed5794dbbf8db77a
|
||||
distfiles="https://github.com/flightlessmango/MangoHud/releases/download/v${version}/MangoHud-v${version}-Source-DFSG.tar.xz"
|
||||
checksum=0c4358428e6ae48d13282dec4bf4e78015b4f5e46d080a7e7588786cef63c09f
|
||||
|
||||
post_patch() {
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
|
|
Loading…
Reference in New Issue