mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
320 B
Ruby
10 lines
320 B
Ruby
class TodayScripts < Cask
|
|
version '1.1'
|
|
sha256 'e9e1136e787347f257e9554efdd546c4fd92a6b2a6ae28d23f0065b3d7b96bc4'
|
|
|
|
url 'https://github.com/SamRothCA/Today-Scripts/releases/download/v1.1/Today-Scripts.tar.gz'
|
|
homepage 'https://github.com/SamRothCA/Today-Scripts'
|
|
license :unknown
|
|
|
|
app 'Today Scripts.app'
|
|
end
|