summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b849710ceafd..4c7b2c353266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dxvk-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
- pkgver = 1.4.4
+ pkgver = 1.4.5
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
arch = i686
license = zlib/libpng
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.4.4/dxvk-1.4.4.tar.gz
- sha256sums = a845285c8dfc63c7d00c14520b58fc6048796fef69fea49617edb46662a0ba31
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.4.5/dxvk-1.4.5.tar.gz
+ sha256sums = 566c93dce84c3c2f39938428ddcca27a5bb2f5068eb4f868ff2126389b965cd1
pkgname = dxvk-bin
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 122cb822577a..b2829aab8763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.4.4
+pkgver=1.4.5
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ license=('zlib/libpng')
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=("a845285c8dfc63c7d00c14520b58fc6048796fef69fea49617edb46662a0ba31")
+sha256sums=('566c93dce84c3c2f39938428ddcca27a5bb2f5068eb4f868ff2126389b965cd1')
package_dxvk-bin () {
arch=('x86_64')