mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
ossapp 0.3.5
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
cask "ossapp" do
|
||||
arch arm: "-arm64"
|
||||
|
||||
version "0.3.5"
|
||||
sha256 arm: "c8a4b3d9b11d6e2e04b2e2161d28af8695aa7fc7fa25d27ec2fdb2d71c5220aa",
|
||||
intel: "5a20d73f29d8b05c12c90cc7689efe771059d8129c9dbbcd58b8ba45523c2d1c"
|
||||
|
||||
url "https://gui.pkgx.dev/release/ossapp-#{version}#{arch}-mac.zip",
|
||||
verified: "gui.pkgx.dev/release"
|
||||
name "pkgx"
|
||||
desc "Unified package manager"
|
||||
homepage "https://pkgx.app/"
|
||||
|
||||
livecheck do
|
||||
url "https://gui.pkgx.dev/release/latest-mac.yml"
|
||||
strategy :electron_builder
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
|
||||
app "ossapp.app"
|
||||
|
||||
zap trash: [
|
||||
"~/.pkgx", # Also used by CLI
|
||||
"~/.tea", # Also used by CLI
|
||||
"~/Library/Application Support/ossapp",
|
||||
"~/Library/Application Support/pkgx",
|
||||
"~/Library/Application Support/tea",
|
||||
"~/Library/Caches/pkgx",
|
||||
"~/Library/Caches/xyz.tea.gui",
|
||||
"~/Library/Caches/xyz.tea.gui.ShipIt",
|
||||
"~/Library/Logs/ossapp",
|
||||
"~/Library/Logs/tea",
|
||||
"~/Library/Preferences/xyz.tea.gui.plist",
|
||||
"~/Library/Saved Application State/xyz.tea.gui.savedState",
|
||||
]
|
||||
end
|
||||
@@ -1,31 +0,0 @@
|
||||
cask "tea" do
|
||||
arch arm: "-arm64"
|
||||
|
||||
version "0.2.48"
|
||||
sha256 arm: "74453fd84eacf13244539d816853254b0a0ab471dda5f69ea40da229c9b84b9a",
|
||||
intel: "7a3571bb55a63c49acffc29934eac5b35e4e4948a27cb9606891ab3d46a49ae5"
|
||||
|
||||
url "https://gui.tea.xyz/release/tea-#{version}#{arch}-mac.zip"
|
||||
name "tea"
|
||||
desc "Unified package manager"
|
||||
homepage "https://tea.xyz/gui/"
|
||||
|
||||
livecheck do
|
||||
url "https://gui.tea.xyz/release/latest-mac.yml"
|
||||
strategy :electron_builder
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
|
||||
app "tea.app"
|
||||
|
||||
zap trash: [
|
||||
"~/.tea", # Also used by CLI
|
||||
"~/Library/Application Support/tea",
|
||||
"~/Library/Caches/xyz.tea.gui",
|
||||
"~/Library/Caches/xyz.tea.gui.ShipIt",
|
||||
"~/Library/Logs/tea",
|
||||
"~/Library/Preferences/xyz.tea.gui.plist",
|
||||
"~/Library/Saved Application State/xyz.tea.gui.savedState",
|
||||
]
|
||||
end
|
||||
+2
-1
@@ -11,5 +11,6 @@
|
||||
"opal": "opal-composer",
|
||||
"owasp-zap": "zap",
|
||||
"remotion": "multiapp",
|
||||
"streamlabs-obs": "streamlabs"
|
||||
"streamlabs-obs": "streamlabs",
|
||||
"tea": "ossapp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user