Changes between Version 1 and Version 2 of jazz/21-01-13


Ignore:
Timestamp:
Jan 13, 2021, 11:19:31 AM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-01-13

    v1 v2  
    88(env) jazzwang:~$ brew create --cask --set-name readmoo https://cdn.readmoo.com/download/apps/desktop/osx64/el/Readmoo_Desktop-0.7.4.dmg
    99==> Downloading https://cdn.readmoo.com/download/apps/desktop/osx64/el/Readmoo_Desktop-0.7.4.dmg
     10Please run `brew audit --cask --new readmoo` before submitting, thanks.
     11Editing /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/readmoo.rb
     12Warning: Using vim because no editor was set in the environment.
     13This may change in the future, so we recommend setting EDITOR,
     14or HOMEBREW_EDITOR to your preferred text editor.
    1015}}}
     16{{{
     17#!ruby
     18cask "readmoo" do
     19  version "0.7.4"
     20  sha256 "8efe99c238c37159c664c99b7522ee1c949af4e1bc52b95db80272241e150b6c"
     21
     22  url "https://cdn.readmoo.com/download/apps/desktop/osx64/el/Readmoo_Desktop-#{version}.dmg"
     23  name "Readmoo Reader"
     24  desc "Readmoo Reader is the largest EPUB e-book service in Taiwan with tens of thousands of EPUB e-books."
     25  homepage "https://readmoo.com/"
     26
     27  app "Readmoo"
     28end
     29}}}