homebrew-cask/Casks/unsplash-wallpaper.rb

17 lines
736 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',
2016-01-14 02:07:26 +08:00
:checkpoint => 'bebe2c890e02b729be2951ce692ba3a509a5468774b1a9ab0c513116bfe352f9'
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