14 lines
391 B
Ruby
14 lines
391 B
Ruby
cask "Things3" do
|
|
version "3.21.1"
|
|
sha256 "c87dbc6aff5411676a471e84905d69c671b62b93b1210bd95c9d776d087de95c"
|
|
|
|
# url "https://github.com/tonsky/AnyBar/releases/download/#{version}/AnyBar-#{version}.zip"
|
|
url "https://s3.breadone.xyz/homebrew-breadone/casks/Things3.zip"
|
|
name "Things 3"
|
|
desc "GTD Task Manager"
|
|
homepage "https://culturedcode.com/things/"
|
|
|
|
app "Things.app"
|
|
end
|
|
|