From da5d1b90254a3824c4604e5fd692f44052f49fa6 Mon Sep 17 00:00:00 2001 From: VHSgunzo Date: Sun, 18 Feb 2024 13:57:38 +0300 Subject: [PATCH] v0.78.2.6 --- lutris-wine | 2 +- lux-wine | 2 +- lwrap/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lutris-wine b/lutris-wine index 272fc55..ddb3166 100755 --- a/lutris-wine +++ b/lutris-wine @@ -1 +1 @@ -LW_VERSION="0.78.2.5" +LW_VERSION="0.78.2.6" diff --git a/lux-wine b/lux-wine index 8007c13..b0c16fa 100755 --- a/lux-wine +++ b/lux-wine @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export LW_VERSION="0.78.2.5" +export LW_VERSION="0.78.2.6" export LW_DEVELOPERS="VHSgunzo" export RED='\033[1;91m' diff --git a/lwrap/PKGBUILD b/lwrap/PKGBUILD index 8ba701f..7152a4b 100644 --- a/lwrap/PKGBUILD +++ b/lwrap/PKGBUILD @@ -2,7 +2,7 @@ pkgname='lwrap' pkgver='0.78.2' -pkgrel='5' +pkgrel='6' pkgdesc='Lux Wine wrapper for RunImage container' arch=('x86_64') url='https://github.com/VHSgunzo/lux-wine'