-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
clearly 1.6.0 (new cask) #255459
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
base: main
Are you sure you want to change the base?
clearly 1.6.0 (new cask) #255459
Changes from 1 commit
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,26 @@ | ||||||||||||
| cask "clearly" do | ||||||||||||
| version "1.6.0" | ||||||||||||
| sha256 "33f07501517048edd66c4ad04c4c3e2d00ac996847df842427fc13697efa5dc1" | ||||||||||||
|
|
||||||||||||
| url "https://github.com/Shpigford/clearly/releases/download/v#{version}/Clearly.dmg", | ||||||||||||
|
Check failure on line 5 in Casks/c/clearly.rb
|
||||||||||||
| verified: "github.com/Shpigford/clearly/" | ||||||||||||
| name "Clearly" | ||||||||||||
| desc "Clean, native markdown editor" | ||||||||||||
| homepage "https://clearly.md/" | ||||||||||||
|
|
||||||||||||
| livecheck do | ||||||||||||
| url :url | ||||||||||||
| strategy :github_latest | ||||||||||||
| end | ||||||||||||
|
||||||||||||
| livecheck do | |
| url :url | |
| strategy :github_latest | |
| end |
The default livecheck should suffice here.
Although I am concerned about the release cadence, if it continues at the current rate it will likely need to be throttled in Homebrew if there are multiple releases per day.
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.
removed
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.
release cadence
Noted. The app is newly released and the developer is iterating quickly. I'll keep an eye on the release cadence.
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.
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.
updated