homebrew-cask/Casks/unsplash-wallpaper.rb

17 lines
729 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'unsplash-wallpaper' do
2015-10-22 15:29:14 +08:00
version '1341_1445283621'
sha256 '5683d617ffb5c9090bd356b864db6500665b9ca84ab61aaffdf154f4148d33fd'
2015-07-03 21:32:23 +08:00
# devmate.com is the official download host per the vendor homepage
url "https://dl.devmate.com/com.leonspok.osx.Unsplash-Wallpaper/#{version.sub(%r{_.*},'')}/#{version.sub(%r{.*_},'')}/UnsplashWallpaper-#{version.sub(%r{_.*},'')}.zip"
2015-07-10 14:19:11 +08:00
appcast 'http://updateinfo.devmate.com/com.leonspok.osx.Unsplash-Wallpaper/updates.xml',
2015-10-22 15:29:14 +08:00
:sha256 => '72fee1b20b7a639966c7a56b0f276f46df7866d0efa533e8cfd497a0ecfee72b'
2015-07-03 21:32:23 +08:00
name 'Unsplash Wallpaper'
2015-07-29 18:54:31 +08:00
homepage 'http://unsplash-wallpaper.tumblr.com'
2015-07-03 21:32:23 +08:00
license :gratis
2015-07-06 01:10:09 +08:00
depends_on :macos => '>= :mountain_lion'
2015-07-03 21:32:23 +08:00
app 'Unsplash Wallpaper.app'
end