Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The previous
url
is the one provided by the vendor's sparkle feed, which is used bylivecheck
. I think it is ok to leave the existing method, as it aligns more closer with the updates, unless there is a specific reason that thepkg
works better as an installer.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.
The livecheck doesn't seem to be working as running 'brew livecheck moneymoney' brings up usage instructions for livecheck. I hadn't checked this before submitting the PR. Could I try to work on that as well and submit another PR later (and maybe close this one)? I'll keep the old url if I can figure out the livecheck block with it.
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.
The
livecheck
is working fine on my end. Note that it is a developer command, so it won't work unless you have Homebrew setup as a developer.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.
It does seem to work with other casks, but it's probably something wrong on my end. Thank you for checking it out though. I don't think there's any reason why the pkg works better than the zip then, so I'm guessing this PR wasn't really needed. Apologies for that.
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.
No need to apologise!
Thank you for contributing