Skip to content
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

chromium: fix #3476

Closed
wants to merge 5 commits into from
Closed

chromium: fix #3476

wants to merge 5 commits into from

Conversation

linsui
Copy link
Contributor

@linsui linsui commented Jan 11, 2020

close #3473
close #3415
#2308

  • chromium: change to Hibbiki's build for sync
  • chromium-nosync: change to Hibbiki's build, update to version 79.0.3945.117
  • chromium-dev: change to macchrome's build, update to version 81.0.3998.0
  • chromium-dev-nosync: add hash extraction, checkver from github
  • ungoogled-chromium: change to macchrome's build for 32bit and hash extraction

"version": "79.0.3945.117-1",
"description": "Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency.",
"version": "79.0.3945.117",
"description": "Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency (macchrome's build)",
"homepage": "https://github.com/Eloston/ungoogled-chromium",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also change the homepage to "https://github.com/macchrome/winchrome"?

"url": "https://github.com/macchrome/winchrome/releases/download/v$version-r$matchRev-Win64/ungoogled-chromium-$version-1_windows.7z",
"extract_dir": "ungoogled-chromium-$version-1_windows"
},
"32bit": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the newest version of ungoogled-chromium has merged 32-bit version and 64-bit version.
Take this for example: https://github.com/macchrome/winchrome/releases/tag/v80.0.3987.132-r722274-Win64

Copy link
Contributor Author

@linsui linsui Mar 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the dev stop built 32 bit version for some reason.

},
"hash": {
"url": "https://github.com/macchrome/winchrome/releases/tag/v$version-r$matchRev-Win64",
"regex": "(?s)$basename.*?$sha1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the merge of 32-bit version and 64-bit version, the hash autoupdate will fail for 32-bit version.

@linsui linsui closed this Jun 2, 2020
@linsui linsui deleted the chromium branch June 2, 2020 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chromium manifest is incorrectly installing Ungoogled Chromium
3 participants