diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 19:32:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 19:32:34 -0300 |
commit | c1bfe6cc9df51bea11bbcd73642defb1b37ae51f (patch) | |
tree | 8a643241eb37f461bf4114252a8fd09c130dd269 /testing/dxvk | |
parent | da963d69cd3a70b7094ed6c3486eb070e52aece7 (diff) | |
download | aports-c1bfe6cc9df51bea11bbcd73642defb1b37ae51f.tar.bz2 aports-c1bfe6cc9df51bea11bbcd73642defb1b37ae51f.tar.xz |
testing/dxvk: upgrade to 1.4.1
Diffstat (limited to 'testing/dxvk')
-rw-r--r-- | testing/dxvk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dxvk/APKBUILD b/testing/dxvk/APKBUILD index 66bb83184a..77dcde2bcd 100644 --- a/testing/dxvk/APKBUILD +++ b/testing/dxvk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=dxvk -pkgver=1.4 +pkgver=1.4.1 pkgrel=0 pkgdesc="Vulkan-based compatibility layer for Direct3D 10/11" options="!strip !check" @@ -49,4 +49,4 @@ package() { ln -s /usr/share/dxvk/setup_dxvk.sh "$pkgdir"/usr/bin/setup_dxvk chmod +x "$pkgdir"/usr/share/dxvk/setup_dxvk.sh } -sha512sums="711cff9dd2346f5e7b747996cb8d252bce3661880877451c0027a09c5b3412ea2d4ceb29465035492a78c5f3ccd63dfaa4e42e3636e9e805048982b7f3ccb591 dxvk-1.4.tar.gz" +sha512sums="a1ea20ad5c90e8ba094149d5345860ea35856cdf6b6f21d777e3b5d03937efa36489f321c7fd4433ef697c26e3ac504390c0e46b40dcfad2710c36e677f0052e dxvk-1.4.1.tar.gz" |