homebrew-cask/Casks/timestamp.rb

14 lines
547 B
Ruby

cask 'timestamp' do
version '1.0.1'
sha256 'b8062b283ed80f62267e50a4486a8610b7d59cd60d6697ad018c9aae97d478bb'
# github.com/mzdr/timestamp was verified as official when first introduced to the cask
url "https://github.com/mzdr/timestamp/releases/download/#{version}/Timestamp-#{version}-mac.zip"
appcast 'https://github.com/mzdr/timestamp/releases.atom',
checkpoint: 'ac675221d957ad92f2707abaffdb0523bb97e17578dc1028b4dce4381f39866b'
name 'Timestamp'
homepage 'https://mzdr.github.io/timestamp/'
app 'Timestamp.app'
end