From 2c301bbca553c1b45e32a0f1dd0e0f1e12ac1fb8 Mon Sep 17 00:00:00 2001 From: Jussi Tuominen Date: Fri, 3 Jul 2015 16:32:23 +0300 Subject: [PATCH] Add Unsplash Wallpaper.app Latest --- Casks/unsplash-wallpaper.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/unsplash-wallpaper.rb diff --git a/Casks/unsplash-wallpaper.rb b/Casks/unsplash-wallpaper.rb new file mode 100644 index 00000000000..0636775f95a --- /dev/null +++ b/Casks/unsplash-wallpaper.rb @@ -0,0 +1,12 @@ +cask :v1 => 'unsplash-wallpaper' do + version :latest + sha256 :no_check + + # devmate.com is the official download host per the vendor homepage + url 'http://dl.devmate.com/com.leonspok.osx.Unsplash-Wallpaper/UnsplashWallpaper.dmg' + name 'Unsplash Wallpaper' + homepage 'http://leonspok.tumblr.com/unsplash-wallpaper' + license :gratis + + app 'Unsplash Wallpaper.app' +end