mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
308 B
Ruby
12 lines
308 B
Ruby
cask :v1 => 'time-relic' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url 'https://timerelic-download.s3.amazonaws.com/Time%20Relic.zip'
|
|
name 'Time Relic'
|
|
homepage 'http://timerelic.com/'
|
|
license :gratis
|
|
|
|
app 'Time Relic.app'
|
|
end
|