homebrew-cask/Casks/notedup.rb

13 lines
419 B
Ruby
Raw Normal View History

2014-11-14 01:26:31 +08:00
cask :v1 => 'notedup' do
2014-10-31 13:20:14 +08:00
version '2014031401'
sha256 '827eb67e58fa6e529bb54c934d7cd21f46c6ba1e8efaedeeb996cae9f333c973'
2014-10-31 13:20:14 +08:00
# github.com is the official download host per the vendor homepage
2015-07-07 10:45:06 +08:00
url "https://github.com/ppyyf/notedup-bin/blob/master/#{version}/NoteDup_Mac_#{version}.zip?raw=true"
2015-01-06 10:48:28 +08:00
name 'NoteDup'
homepage 'https://appcenter.yinxiang.com/app/notedup/mac/'
2014-10-31 13:20:14 +08:00
license :closed
app 'NoteDup.app'
end