homebrew-cask/Casks/streamtools.rb

19 lines
716 B
Ruby
Raw Normal View History

2014-11-14 01:27:03 +08:00
cask :v1 => 'streamtools' do
version '0.2.8'
if Hardware::CPU.is_32_bit?
2014-08-18 11:18:15 +08:00
sha256 'de5763ffcd6689d2157ab115e1a3d8a34e85e1e4de7b186f7f5079fe01a5f004'
url "https://github.com/nytlabs/streamtools/releases/download/#{version}/st_darwin_386-#{version}.tar.gz"
binary "st_darwin_386-#{version}/st"
else
2014-08-18 11:18:15 +08:00
sha256 '5ca21f4c4c2091c96c508bb277cb5c022f18a8cd3c53abb1ceb11ca0f6454309'
url "https://github.com/nytlabs/streamtools/releases/download/#{version}/st_darwin_amd64-#{version}.tar.gz"
2015-03-15 19:55:25 +08:00
appcast 'https://github.com/nytlabs/streamtools/releases.atom'
binary "st_darwin_amd64-#{version}/st"
2014-04-16 00:01:54 +08:00
end
2015-01-30 03:31:34 +08:00
name 'streamtools'
2015-06-29 14:32:18 +08:00
homepage 'https://nytlabs.github.io/streamtools/'
license :apache
2014-04-16 00:01:54 +08:00
end