homebrew-cask/Casks/tiddlywiki.rb

13 lines
528 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tiddlywiki' do
2016-08-25 16:41:09 +08:00
version '0.0.8'
2016-09-29 22:41:12 +08:00
sha256 'a4f54bb838f40fb0020d663be8d65aa155e4c8d03659d10d0ddc44776d723e29'
2016-09-29 22:41:12 +08:00
url "https://github.com/Jermolene/TiddlyDesktop/releases/download/v#{version}/tiddlydesktop-mac64-v#{version}.zip"
appcast 'https://github.com/Jermolene/TiddlyDesktop/releases.atom',
checkpoint: 'cedb811780d4da29c7b4ee6a8437f4487bb66f5d58f770a2931108a9bd04bc57'
2015-05-05 04:28:13 +08:00
name 'TiddlyWiki'
homepage 'https://github.com/Jermolene/TiddlyDesktop'
2016-09-29 22:41:12 +08:00
app "TiddlyDesktop-mac64-v#{version}/TiddlyWiki.app"
end