homebrew-cask/Casks/streamtools.rb

13 lines
499 B
Ruby

cask 'streamtools' do
version '0.2.8'
sha256 '5ca21f4c4c2091c96c508bb277cb5c022f18a8cd3c53abb1ceb11ca0f6454309'
# 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'
name 'streamtools'
homepage 'https://nytlabs.com/streamtools/'
binary "st_darwin_amd64-#{version}/st"
end