mkevenaar / chocolatey-packages

My chocolatey packages
https://mkevenaar.github.io/chocolatey-packages/
Apache License 2.0
42 stars 66 forks source link

mysql.workbench - new version 8.0.33 #197

Open jochenkirstaetter opened 1 year ago

jochenkirstaetter commented 1 year ago

Hi Maurice,

I noticed that this package is still on version 8.0.31 whereas Oracle offers GA download of version 8.0.33. Please consider an upgrade. It seems that the automatic updating isn't working as expected.

$url        = 'https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.33-winx64.msi'
$checksum     = '82c6509a7fd0f01b39243341c75abf22f1ffd59c5f8bcc492503d897e4f3f051'

Checksum has been retrieved using certutil and Get-FileHash on Windows 10.

> certutil -hashfile .\mysql-workbench-community-8.0.33-winx64.msi sha256
> Get-FileHash -Path .\mysql-workbench-community-8.0.33-winx64.msi

Thanks, JoKi

PS: PR could be provided, if needed.

cc: @mkevenaar

mkevenaar commented 1 year ago

hey @jochenkirstaetter

MySQL/Oracle is actively blocking requests right now from non-javascript-enabled browsers.

The update script update.ps1 file would be the place to change, if you want to take a stab at it.

jochenkirstaetter commented 1 year ago

Hi Maurice,

Alright, let me have a look and I'll give it a try. Going to check whether download using curl works.

Best regards, JoKi

ArtskydJ commented 1 week ago

Fixed by c92046f034dea4a08a62f0af809df90bcb8a66c2?