From 2af0cda214d435edf83bc697029d3071f6527be8 Mon Sep 17 00:00:00 2001 From: Casey Duquette Date: Tue, 29 Apr 2014 13:55:35 -0700 Subject: [PATCH] Add Narrative Uploader.app v201403201326 Narrative is a product recently released in the lifelogging category. It has a companion desktop application to upload its data called the uploader to off-load the data from the device to their service. --- Casks/narrative-uploader.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/narrative-uploader.rb diff --git a/Casks/narrative-uploader.rb b/Casks/narrative-uploader.rb new file mode 100644 index 00000000000..49da777106a --- /dev/null +++ b/Casks/narrative-uploader.rb @@ -0,0 +1,7 @@ +class NarrativeUploader < Cask + url 'http://dl.getnarrative.com/appcast/installers/NarrativeUploader.dmg' + homepage 'http://getnarrative.com' + version 'latest' + no_checksum + link 'Narrative Uploader.app' +end