Changes between Version 1 and Version 2 of jazz/21-01-13
- Timestamp:
- Jan 13, 2021, 11:19:31 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/21-01-13
v1 v2 8 8 (env) jazzwang:~$ brew create --cask --set-name readmoo https://cdn.readmoo.com/download/apps/desktop/osx64/el/Readmoo_Desktop-0.7.4.dmg 9 9 ==> Downloading https://cdn.readmoo.com/download/apps/desktop/osx64/el/Readmoo_Desktop-0.7.4.dmg 10 Please run `brew audit --cask --new readmoo` before submitting, thanks. 11 Editing /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/readmoo.rb 12 Warning: Using vim because no editor was set in the environment. 13 This may change in the future, so we recommend setting EDITOR, 14 or HOMEBREW_EDITOR to your preferred text editor. 10 15 }}} 16 {{{ 17 #!ruby 18 cask "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" 28 end 29 }}}