Files
homebrew-cask/Casks/d/draw-things.rb
T

22 lines
565 B
Ruby

cask "draw-things" do
version "1.20240212.2-27bbeb2c"
sha256 "27bbeb2c7a873adb97a1960aa481055f550bd870b68d61db8750a25b7f2405d8"
url "https://static.drawthings.ai/DrawThings-#{version}.zip"
name "Draw Things"
desc "Run Stable Diffusion locally"
homepage "https://drawthings.ai/"
livecheck do
url :homepage
regex(/href=.*?DrawThings[._-]v?(\d+(?:\.\d+)+(?:-[\da-f]*)?)\.zip/i)
end
app "Draw Things.app"
zap trash: [
"~/Library/Application Scripts/com.liuliu.draw-things",
"~/Library/Containers/com.liuliu.draw-things",
]
end