makedeb


dxvk-bin 1.10-1


A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)

Click here to go back to the commit logs for dxvk-bin.

Commit:


Hash: 91559c545ca4cf83080ee293223b231dbcf079a7

Message: Updated to 1.9.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d4b2c78..f31acde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,19 +2,19 @@ generated-by = makedeb-makepkg
 
 pkgbase = dxvk-bin
 	pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
-	pkgver = 1.9.2
+	pkgver = 1.9.3
 	pkgrel = 1
 	url = https://github.com/doitsujin/dxvk
 	arch = x86_64
 	license = zlib/libpng
 	provides = dxvk
 	provides = d9vk
-	provides = dxvk=1.9.2
+	provides = dxvk=1.9.3
 	conflicts = dxvk
 	conflicts = d9vk
 	options = !strip
-	source = https://github.com/doitsujin/dxvk/releases/download/v1.9.2/dxvk-1.9.2.tar.gz
-	sha256sums = 24bcee655767f4731b8d3883dd93ba4edc7f1e87421e15fab19499d57236b8e9
+	source = https://github.com/doitsujin/dxvk/releases/download/v1.9.3/dxvk-1.9.3.tar.gz
+	sha256sums = cfcf4fac1f6bfc5a09183e77362a0af7fead4e54961bb548aef3e6cddadbe9bf
 
 pkgname = dxvk-bin
 	depends = libvulkan1
diff --git a/PKGBUILD b/PKGBUILD
index dfc10d9..5a5d6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: daci <daci@i.gotabig.wang>
 pkgbase=dxvk-bin
 pkgname=('dxvk-bin')
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
 url="https://github.com/doitsujin/dxvk"
@@ -12,7 +12,7 @@ conflicts=("dxvk" "d9vk")
 options=(!strip)
 source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
 )
-sha256sums=('24bcee655767f4731b8d3883dd93ba4edc7f1e87421e15fab19499d57236b8e9')
+sha256sums=('cfcf4fac1f6bfc5a09183e77362a0af7fead4e54961bb548aef3e6cddadbe9bf')
 
 package_dxvk-bin () {
         depends=('libvulkan1' 'wine>=3.10')