diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 16:59:49 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 17:03:40 -0300 |
commit | a3749a34e4047c915c2a7bc32c255671fcd348c5 (patch) | |
tree | 528eed6a2b2c8ae6c84db4290a20a03e00b91af6 | |
parent | a5fdbee656486d2abd8d0d803dd8becbfaaf409a (diff) | |
download | aports-a3749a34e4047c915c2a7bc32c255671fcd348c5.tar.bz2 aports-a3749a34e4047c915c2a7bc32c255671fcd348c5.tar.xz |
testing/xorgxrdp: upgrade to 0.2.11
-rw-r--r-- | testing/xorgxrdp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/xorgxrdp/APKBUILD b/testing/xorgxrdp/APKBUILD index 90f836a930..0649c3ade2 100644 --- a/testing/xorgxrdp/APKBUILD +++ b/testing/xorgxrdp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=xorgxrdp -pkgver=0.2.10 +pkgver=0.2.11 pkgrel=0 pkgdesc="Xorg drivers for xrdp" options="!check" # Testsuite is non-functional @@ -10,7 +10,7 @@ arch="all !x86" license="X11" makedepends="xorg-server-dev xrdp-dev nasm" subpackages="$pkgname-dev" -source="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$pkgver/xorgxrdp-$pkgver.tar.gz" build() { ./configure \ @@ -27,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="5df225b5e2b2b4ba9aa11244f76c6f09c0324bca7bf86ebf56f4e2230ee0cf80da808e16bbec1a750d5a3d0da057459a6ed82ff238a47228f6384b31114ebbde xorgxrdp-0.2.10.tar.gz" +sha512sums="be63f206b8af062d131126c8137fc7cdb41f965ce4ee5ed83df2baf6881d6e095aad6766899eda8669dfc2c301a84bbc540f85c34ffdf8553a63a5cde96be898 xorgxrdp-0.2.11.tar.gz" |