diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 16:43:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 17:14:38 +0100 |
commit | c6a736c4cf7dc0c21a29b3c30d4c925f9d68baae (patch) | |
tree | 0704a7b76a7ce26c3bffd81b3843c9fcda7ce82b /testing | |
parent | 05b7a0011a27ab055e133bc91a66de0091c36cfd (diff) | |
download | aports-c6a736c4cf7dc0c21a29b3c30d4c925f9d68baae.tar.bz2 aports-c6a736c4cf7dc0c21a29b3c30d4c925f9d68baae.tar.xz |
testing/dxvk: upgrade to 1.5
Diffstat (limited to 'testing')
-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 5e92ba2a3a..f81551d0a2 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.6 +pkgver=1.5 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="e82d65c625e9ae621747c0784ae26c10ec963289a6ad9d7790d9380c03a3b7b28234e72728a8d7bfbe5ca701c62f205176976830684d342a74f5d383120dde2b dxvk-1.4.6.tar.gz" +sha512sums="11171fc880c3bbc63aed080bc81c5d9bad3c7100704ed8f8887b916803c85fb4063c82656777d84e48ea0fb90f51aaa57bfd5b2d412d55affa2feae0e9d26a11 dxvk-1.5.tar.gz" |