Skip to content

Commit ad06508

Browse files
committed
rayon 2.12.0
1 parent 6b12b40 commit ad06508

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Casks/r/rayon.rb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
cask "rayon" do
2+
arch arm: "arm64", intel: "x64"
3+
4+
version "2.12.0"
5+
sha256 "0fa8330867b1872ae716ab43159b8ae47451a4e3eab7193a384085e8e0fc21a9"
6+
7+
url "https://rayon-electron.s3.eu-west-3.amazonaws.com/rayon-electron/rayon-electron/rayon-electron-#{version}-universal.dmg",
8+
verified: "rayon-electron.s3.eu-west-3.amazonaws.com/"
9+
name "Rayon"
10+
desc "AI-powered drawing for interior designers and architects"
11+
homepage "https://www.rayon.design/download"
12+
13+
livecheck do
14+
url :homepage, user_agent: :browser
15+
regex(/rayon-electron-(\d+\.\d+\.\d+)-universal\.dmg/i)
16+
end
17+
18+
auto_updates true
19+
depends_on macos: ">= :big_sur"
20+
21+
app "Rayon.app"
22+
23+
zap trash: [
24+
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.rayon.sfl*",
25+
"~/Library/Application Support/Rayon",
26+
"~/Library/Preferences/com.electron.rayon.plist",
27+
]
28+
end

0 commit comments

Comments
 (0)