Skip to content

Commit

Permalink
ossapp 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Dec 12, 2023
1 parent 53f8744 commit ec2c377
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
37 changes: 37 additions & 0 deletions Casks/o/ossapp.rb
Original file line number Diff line number Diff line change
@@ -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
31 changes: 0 additions & 31 deletions Casks/t/tea.rb

This file was deleted.

3 changes: 2 additions & 1 deletion cask_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"opal": "opal-composer",
"owasp-zap": "zap",
"remotion": "multiapp",
"streamlabs-obs": "streamlabs"
"streamlabs-obs": "streamlabs",
"tea": "ossapp"
}

0 comments on commit ec2c377

Please sign in to comment.