homebrew-cask/Casks/streamtools.rb

14 lines
588 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'streamtools' do
version '0.2.8'
2016-09-30 00:35:53 +08:00
sha256 '5ca21f4c4c2091c96c508bb277cb5c022f18a8cd3c53abb1ceb11ca0f6454309'
2016-09-30 00:35:53 +08:00
# github.com/nytlabs/streamtools was verified as official when first introduced to the cask
url "https://github.com/nytlabs/streamtools/releases/download/#{version}/st_darwin_amd64-#{version}.tar.gz"
appcast 'https://github.com/nytlabs/streamtools/releases.atom',
checkpoint: '804719fa1c17b6827cbe3f0cb28b26c7c0161f9e18c4df3a705005ef332ae53e'
2015-01-30 03:31:34 +08:00
name 'streamtools'
2016-11-23 21:35:25 +08:00
homepage 'http://nytlabs.com/streamtools/'
2016-09-30 00:35:53 +08:00
binary "st_darwin_amd64-#{version}/st"
2014-04-16 00:01:54 +08:00
end