Skip to content

Commit

Permalink
ALCOM 0.1.7 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
i0ntempest committed Jun 5, 2024
1 parent 71412d4 commit 11d8d57
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/a/alcom.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "alcom" do
version "0.1.7"
sha256 "3d1f3e9372ae0f3ea141eafbcf8242da6f074eb0c0f14b3b7f6c048cfffa8e44"

url "https://github.com/vrc-get/vrc-get/releases/download/gui-v#{version}/ALCOM-#{version}-universal.dmg"
name "ALCOM"
desc "Graphical frontend of vrc-get, open source alternative to VRChat Package Manager"
homepage "https://github.com/vrc-get/vrc-get"

livecheck do
url :url
regex(/^gui[._-]v?(\d+(?:\.\d+)+)$/i)
end

depends_on macos: ">= :high_sierra"

app "ALCOM.app"

zap trash: [
"~/Library/Caches/com.anataw12.vrc-get",
"~/Library/Preferences/com.anataw12.vrc-get.plist",
"~/Library/Saved Application State/com.anataw12.vrc-get.savedState",
"~/Library/WebKit/com.anataw12.vrc-get",
"~/Library/WebKit/vrc-get-gui",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"aerial@beta": "all",
"alcom": "all",
"altdeploy": "all",
"bitbar": "all",
"calibrite-profiler": "all",
Expand Down

0 comments on commit 11d8d57

Please sign in to comment.