From 8d134cecb2e05fa95e6670ce8a15096f21906942 Mon Sep 17 00:00:00 2001 From: shawjia Date: Thu, 20 Jun 2013 12:42:27 +0800 Subject: [PATCH 1/2] add RTX for Mac --- Casks/rtx.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/rtx.rb diff --git a/Casks/rtx.rb b/Casks/rtx.rb new file mode 100644 index 000000000..f3c44654c --- /dev/null +++ b/Casks/rtx.rb @@ -0,0 +1,7 @@ +class Rtx < Cask + url 'http://www.rtxapp.com/download' + homepage 'http://www.rtxapp.com/mac/' + version '1.1.0.18' + sha1 '9d03db26669d3a44c77b243ff2de2e169042c7e6' + link 'RTX.app' +end From 2e4773b599f908978373c34bcf4fde945be51c18 Mon Sep 17 00:00:00 2001 From: shawjia Date: Thu, 20 Jun 2013 19:52:39 +0800 Subject: [PATCH 2/2] update version --- Casks/rtx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/rtx.rb b/Casks/rtx.rb index f3c44654c..ad45eaea1 100644 --- a/Casks/rtx.rb +++ b/Casks/rtx.rb @@ -1,7 +1,7 @@ class Rtx < Cask url 'http://www.rtxapp.com/download' homepage 'http://www.rtxapp.com/mac/' - version '1.1.0.18' - sha1 '9d03db26669d3a44c77b243ff2de2e169042c7e6' + version 'latest' + no_checksum link 'RTX.app' end