-
-
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
fl-studio 24.2.0.4161 #193773
base: master
Are you sure you want to change the base?
fl-studio 24.2.0.4161 #193773
Conversation
7989c77
to
ff87144
Compare
335a51f
to
c939a8c
Compare
|
||
url "https://demodownload.image-line.com/flstudio/flstudio_mac_#{version}.dmg", | ||
url "https://install.image-line.com/flstudio/flstudio_mac_#{version}.dmg", |
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.
url "https://install.image-line.com/flstudio/flstudio_mac_#{version}.dmg", | |
url "https://support.image-line.com/redirect/flstudio_mac_installer", |
If we unversion the download it seems to negotiate what it needs to pull from the right url after the redirect, but doesn't seem to work on the direct link.
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.
Thanks, I'll give it a try.
I handled the last few bumps, and it would always work fine eventually after a few days. I'm not sure what the exact issue is, but they are using Cloudflare, which might be blocking requests too quickly after new releases.
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.
Welp didn't work anyway 😅
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.
@bevanjkay It seems that upstream uses the _cfuvid
and cf_clearance
Cloudflare cookies to filter requests. Fetching the previous version 24.1.2.4074 no longer works on my end either. Could you confirm this by running brew fetch
?
Unless we can find a workaround to provide a stable download, it might be better to disable the cask.
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.
Inconsistent results for me.
One system I can brew fetch
, one I cannot, for version 24.1.2.4074
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 can brew fetch
.
c80a75e
to
bf20ef4
Compare
bf20ef4
to
bb0a7ef
Compare
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.