theia-ide 1.45.0

Co-authored-by: Bevan Kay <bevanjkay@gmail.com>
This commit is contained in:
Tse Kit Yam
2024-01-18 07:53:45 -05:00
committed by Razvan Azamfirei
co-authored by Bevan Kay
parent 7ce21797b0
commit f79407b671
+21
View File
@@ -0,0 +1,21 @@
cask "theiaide" do
version "1.45.0"
sha256 "51f15dc877b70f619fba62e0ac971a0f1ffda62491e8b2ca908efade46dedd93"
url "https://download.eclipse.org/theia/ide/#{version}/macos/TheiaIDE.dmg",
verified: "download.eclipse.org/theia/ide/"
name "TheiaIDE"
desc "IDE framework"
homepage "https://theia-ide.org/"
livecheck do
url "https://download.eclipse.org/theia/ide/latest/macos/"
regex(/href=.*?TheiaIDE[._-]v?(\d+(?:\.\d+)+)(?:-mac)?\.zip/i)
end
depends_on macos: ">= :high_sierra"
app "TheiaIDE.app"
zap trash: "~/.theia-ide"
end