mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
565 B
Ruby
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
|