diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-29 18:05:46 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-29 18:05:46 +0000 |
commit | d53bf71500668b33814570f313def0dc43e3766c (patch) | |
tree | 47b78b281a60bc3a12433b93a86cb37aba66976c /testing/xorgxrdp | |
parent | c078cb6d1ad8ef4b807f22732a2987c9197a7dcb (diff) | |
download | aports-d53bf71500668b33814570f313def0dc43e3766c.tar.bz2 aports-d53bf71500668b33814570f313def0dc43e3766c.tar.xz |
testing/xorgxrdp: upgrade to 0.2.6
Diffstat (limited to 'testing/xorgxrdp')
-rw-r--r-- | testing/xorgxrdp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xorgxrdp/APKBUILD b/testing/xorgxrdp/APKBUILD index 0c4c317687..f0bfcb3577 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.3 +pkgver=0.2.6 pkgrel=0 pkgdesc="Xorg drivers for xrdp" url="https://github.com/neutrinolabs/xorgxrdp" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="041754d67234055757fd13a4bf1b0e7c38f2b0a204a3bc672a72ed2e5bf0a7f71e92260dd258207d935cf952264149377fcd80c78c3cb87ff60c4b44c8ee9a51 xorgxrdp-0.2.3.tar.gz" +sha512sums="b798b1bb610fa8e1c5280177593763f15aa031920f5ca03455eed1b873678fdb72c5745198ee39901c173b5cf6aa36caf05f5d04593ae602d59f18d523c0c030 xorgxrdp-0.2.6.tar.gz" |