diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-31 18:47:54 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 14:45:46 +0100 |
| commit | 26c32cfe430908afd1f810171f71d84510b76702 (patch) | |
| tree | f6eae7ae7d742c0521a21d631272efa67b4b950d /package/rdesktop | |
| parent | da9ab5e2905723415157cfa8b0994d74a91d6098 (diff) | |
| download | buildroot-26c32cfe430908afd1f810171f71d84510b76702.tar.gz buildroot-26c32cfe430908afd1f810171f71d84510b76702.zip | |
rdesktop: bump to version 1.8.3
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rdesktop')
| -rw-r--r-- | package/rdesktop/rdesktop.hash | 3 | ||||
| -rw-r--r-- | package/rdesktop/rdesktop.mk | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/package/rdesktop/rdesktop.hash b/package/rdesktop/rdesktop.hash new file mode 100644 index 0000000000..cc1f55b771 --- /dev/null +++ b/package/rdesktop/rdesktop.hash @@ -0,0 +1,3 @@ +# From http://sourceforge.net/projects/rdesktop/files/rdesktop/1.8.3/ +md5 86e8b368a7c715e74ded92e0d7912dc5 rdesktop-1.8.3.tar.gz +sha1 aa1e56043782e04a0121357b24874e3ad6ae7b1d rdesktop-1.8.3.tar.gz diff --git a/package/rdesktop/rdesktop.mk b/package/rdesktop/rdesktop.mk index ea1e505043..79187b5c37 100644 --- a/package/rdesktop/rdesktop.mk +++ b/package/rdesktop/rdesktop.mk @@ -4,7 +4,7 @@ # ################################################################################ -RDESKTOP_VERSION = 1.8.2 +RDESKTOP_VERSION = 1.8.3 RDESKTOP_SITE = http://downloads.sourceforge.net/project/rdesktop/rdesktop/$(RDESKTOP_VERSION) RDESKTOP_DEPENDENCIES = host-pkgconf openssl xlib_libX11 xlib_libXt \ $(if $(BR2_PACKAGE_ALSA_LIB_PCM),alsa-lib) \ |

