Bevan Kay
Bevan Kay
@chenrui333 version [`2.8.0`](https://github.com/aws/aws-cli/releases/tag/2.8.0) is now available. Looks like it has a redesigned build, with some dependency changes.
> I am of the opinion that no PRs should be failing CI before merging, so applying a label instead of merging a failing PR is preferable. I agree with...
At the moment `:extract_plist` won't check installer artifacts. I started a PR to add this functionality https://github.com/Homebrew/brew/pull/13658 - I just haven't been able to get around to finishing it off...
@Moulick It's working on `fnatic-op` because it uses an `app` stanza which is already supported by the `:extract_plist` livecheck strategy.
@SMillerDev Looks like this commit is causing a couple of false positive errors - https://github.com/Homebrew/homebrew-cask/runs/7859932752?check_suite_focus=true https://github.com/Homebrew/homebrew-cask-versions/runs/7859526329?check_suite_focus=true I don't have time to fully check it out (it's late here), but just...
Preferentially I would say that this is the desired behaviour until there is a `--allow-gui` or similar switch (#24377). My primary concern is that `brew upgrade` will first uninstall the...
The audit isn't 100% complete yet, I just haven't been able to get around to fixing it. At the moment it is only checking the `url` stanza, but it needs...
@aaronliu0130 Unfortunately the script installer is interactive, so this would need to use [`installer manual`](https://docs.brew.sh/Cask-Cookbook#installer-manual) unless you can find a way to suppress the GUI. A maintainer or another contributor...
@aaronliu0130 I am seeing the latest version`1.2.0.5390403` in app. ``` CFBundleShortVersionString 1.2.0.5390403 ```
@aaronliu0130 Because the download is an installer, not the actual application, and we need to use `installer manual`, the installer is downloaded to the caskroom, and then must be run...