parent
b7fc26c3c7
commit
33914d89af
1 changed files with 4 additions and 8 deletions
|
@ -1,13 +1,9 @@
|
||||||
require 'formula'
|
require "formula"
|
||||||
|
|
||||||
class Rdesktop < Formula
|
class Rdesktop < Formula
|
||||||
homepage 'http://www.rdesktop.org/'
|
homepage "http://www.rdesktop.org/"
|
||||||
|
url "https://downloads.sourceforge.net/project/rdesktop/rdesktop/1.8.2/rdesktop-1.8.2.tar.gz"
|
||||||
# Note: please do not upgrade to version 1.8.x, as the keyboard and mouse
|
sha1 "089e8f2b18688ded8afc659de5ba8d5b14c7b874"
|
||||||
# do not work well in OSX. We should wait for this issue to be fixed first:
|
|
||||||
# http://sourceforge.net/p/rdesktop/bugs/376/
|
|
||||||
url 'https://downloads.sourceforge.net/project/rdesktop/rdesktop/1.7.1/rdesktop-1.7.1.tar.gz'
|
|
||||||
sha1 'c718d0f49948a964c7ef8424b8ade73ecce3aba3'
|
|
||||||
|
|
||||||
depends_on "openssl"
|
depends_on "openssl"
|
||||||
depends_on :x11
|
depends_on :x11
|
||||||
|
|
Loading…
Reference in a new issue