-
-
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
Conversation
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.
Thank you for the PR, @loxetra ! I left some comment and please take a look.
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" |
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.
# 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" | ||
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 comment
The reason will be displayed to describe this comment to others. Learn more.
desc "Is a Telegram client with ghost mode and message history" | |
desc "Telegram client with ghost mode and message history" |
|
||
app "AyuGram.app", target: "AyuGram Desktop.app" | ||
|
||
zap trash: "~/Library/Application Support/AyuGram Desktop" |
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.
zap trash: "~/Library/Application Support/AyuGram Desktop" | |
zap trash: [ | |
"~/Library/Application Support/AyuGram Desktop", | |
"~/Library/Saved Application State/one.ayugram.AyuGramDesktop.savedState", | |
] |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.