Skip to content
Snippets Groups Projects
playwall.rb 235 B
Newer Older
  • Learn to ignore specific revisions
  • Tobias Ullerich's avatar
    Tobias Ullerich committed
    cask 'playwall' do
      version :latest
      sha256 :no_check
    
      url 'https://playwall.thecodelabs.de/php/downloader.php?file=PlayWall.app.zip'
      name 'PlayWall Desktop'
      homepage 'https://playwall.thecodelabs.de'
    
      app 'PlayWall.app'
    end