-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ayugram 5.8.3 (new cask) #196371
base: master
Are you sure you want to change the base?
ayugram 5.8.3 (new cask) #196371
Changes from all commits
c0d79b1
5bc4cad
b7679ad
3be1b20
7974c18
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,16 @@ | ||||||||||||
cask "ayugram" do | ||||||||||||
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / syntax (macos-15)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / syntax (macos-15)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-13, intel)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-13, intel)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-15, arm)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-15, arm)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / syntax (macos-15)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / syntax (macos-15)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-13, intel)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-13, intel)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-15, arm)
Check failure on line 1 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-15, arm)
|
||||||||||||
version "5.8.3" | ||||||||||||
sha256 "7769048139324700659f73f52b703a65abfb71e6768edc3d3298473565a31849" | ||||||||||||
|
||||||||||||
# Build from https://github.com/AyuGram/AyuGramDesktop/releases/download/v5.8.3/AyuGram.dmg | ||||||||||||
url "https://huggingface.co/loxtera/ayu-builds-temp/resolve/main/AyuGram.dmg?download=true" | ||||||||||||
Check failure on line 6 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-13, intel)
Check failure on line 6 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-15, arm)
Check failure on line 6 in Casks/a/ayugram.rb GitHub Actions / test ayugram (macos-13, intel)
|
||||||||||||
name "AyuGram" | ||||||||||||
desc "Is a Telegram client with ghost mode and message history" | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
homepage "https://github.com/AyuGram/AyuGramDesktop" | ||||||||||||
|
||||||||||||
depends_on macos: ">= :high_sierra" | ||||||||||||
|
||||||||||||
app "AyuGram.app", target: "AyuGram Desktop.app" | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the reason for the change of name here? We likely shouldn't be using |
||||||||||||
|
||||||||||||
zap trash: "~/Library/Application Support/AyuGram Desktop" | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is better to use the github url, which is versioned and more reliable.