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

Josh clarke patch #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Casks/marmaduke-chromium-nosync.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask 'marmaduke-chromium-nosync' do
version '73.0.3683.86'
sha256 'f9080487ccd12d700998bce167e28202cb030e2b42ac0d22f3163f65800e85df'
version '75.0.3770.100'
sha256 '20612e53f3efa1f4636083e7293ea82b799905788427f56f47e0e74f6446d743'

# https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r625896-macOS/Chromium.#{version}.nosync.app.zip"
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r652427-macOS/Chromium.#{version}.nosync.app.zip"
appcast 'https://github.com/macchrome/macstable/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/macstable/releases'
Expand Down
6 changes: 3 additions & 3 deletions Casks/marmaduke-chromium-ungoogled.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask 'marmaduke-chromium-ungoogled' do
version '73.0.3683.86'
sha256 'bf82fa22539973e7bb8944375d8a563d4e78aafd58ef3d4486b21d783b713723'
version '75.0.3770.90'
sha256 '363551b0e04290ed906db8e906187da454781a3cb31ed2d57c18cd5949ad959d'

# https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r625896-Ungoogled-macOS/Chromium.app.ungoogled-#{version}.zip"
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r652427-Ungoogled-macOS/Chromium.app.ungoogled-#{version}.zip"
appcast 'https://github.com/macchrome/macstable/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/macstable/releases'
Expand Down
6 changes: 3 additions & 3 deletions Casks/marmaduke-chromium.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask 'marmaduke-chromium' do
version '73.0.3683.86'
sha256 '633d6b05b200a6365f744a0c30191c29cef2102310bc3c7cbce53bac8a5e4786'
version '75.0.3770.100'
sha256 '7c7f121971b2396c4c7c16b48fe58ebf4f142d64ca431b61c95e8a46de273d51'

# https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r625896-macOS/Chromium.#{version}.sync.app.zip"
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r652427-macOS/Chromium.#{version}.sync.app.zip"
appcast 'https://github.com/macchrome/macstable/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/macstable/releases'
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ builds as advertised on [[https://chromium.woolyss.com/#mac][Woolyss]] are your
This homebrew tap was created for the easy installation of
above-mentioned builds.

The latest update is v73.0.3683.86.
The latest update is v75.0.3770.100.

To install do:

Expand Down