Skip to content

Commit

Permalink
keka@beta: migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Apr 29, 2024
1 parent 0bad648 commit 9d5200a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Casks/k/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cask "keka@beta" do
version "1.4.0-dev.r5383"
sha256 "d65027dd96f1069a5ec97f84aea399446a599840f428beea4ba8568037ffa4b2"

url "https://github.com/aonez/Keka/releases/download/v#{version}/Keka-#{version}.dmg",
verified: "github.com/aonez/Keka/"
name "Keka"
desc "File archiver"
homepage "https://www.keka.io/#beta"

livecheck do
url :url
regex(/^v?((?:\d+(?:\.\d+)+)-(?:beta|dev)(?:\.\w?\d+)?)?/i)
end

auto_updates true
conflicts_with cask: "keka"

app "Keka.app"

zap trash: [
"~/Library/Application Support/Keka",
"~/Library/Caches/com.aone.keka",
"~/Library/Preferences/com.aone.keka.plist",
"~/Library/Saved Application State/com.aone.keka.savedState",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"imagemin": "all",
"irccloud": "all",
"jenkins-menu": "all",
"keka@beta": "all",
"majsoul-plus": "all",
"messenger-native": "all",
"mongotron": "all",
Expand Down

0 comments on commit 9d5200a

Please sign in to comment.