homebrew-cask/Casks/tweeten.rb

13 lines
456 B
Ruby
Raw Normal View History

2016-12-26 02:26:27 +08:00
cask 'tweeten' do
2018-07-03 00:05:22 +08:00
version '4.5.3'
sha256 'a63664d35f7014cec8f3e810d0d5e2748c2b9b81dbc506bb79aaa4c5cd33694e'
2016-12-26 02:26:27 +08:00
# github.com/MehediH/Tweeten was verified as official when first introduced to the cask
url "https://github.com/MehediH/Tweeten/releases/download/#{version}/tweeten-darwin-x64.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/MehediH/Tweeten/releases.atom'
2016-12-26 02:26:27 +08:00
name 'Tweeten'
homepage 'http://tweetenapp.com/'
2016-12-26 02:26:27 +08:00
app 'tweeten-darwin-x64/Tweeten.app'
end