homebrew-cask/Casks/tweeten.rb

13 lines
437 B
Ruby
Raw Normal View History

2016-12-26 02:26:27 +08:00
cask 'tweeten' do
2018-07-28 05:51:16 +08:00
version '4.6.1'
sha256 'c64725fdbc0ba68f605d3d7244dab0f8447717e9ea91e8b11ebb7d9c0d184831'
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.app'
2016-12-26 02:26:27 +08:00
end