Skip to content

Commit

Permalink
New cask for installing LexiLoader (Mac version of Salesforce's Apex …
Browse files Browse the repository at this point in the history
…Data Loader).

Update lexiloader.rb

Replaced double with single quotes for app name.

Added dropboxusercontent.com as official host

Removed trailing whitespace

Author:    Sai Lavu <sai.lavu@gmail.com>
Date:      Sat May 2 05:58:15 2015 +1000
  • Loading branch information
Melodi Gorevska authored and sailavu committed May 1, 2015
1 parent d360401 commit e482f8b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/lexiloader.rb
@@ -0,0 +1,12 @@
cask :v1 => 'lexiloader' do
version '30'
sha256 '68c0d9482fe8f3b8c7251b452929ba4b58bbfdf478f5dc68740edc09fd87d860'

# dropboxusercontent.com is the official download host per the vendor homepage
url "https://dl.dropboxusercontent.com/u/6682148/LexiLoader_v#{version}.zip"
name 'LexiLoader'
homepage 'http://www.pocketsoap.com/osx/lexiloader/'
license :unknown

app 'LexiLoader.app'
end

0 comments on commit e482f8b

Please sign in to comment.