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

Udpated version and download links to lastest #18

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
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 '77.0.3865.75'
sha256 :no_check

# 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}-r681094-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 '77.0.3865.90'
sha256 :no_check

# 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}-r681094-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
5 changes: 2 additions & 3 deletions Casks/marmaduke-chromium.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
cask 'marmaduke-chromium' do
version '73.0.3683.86'
sha256 '633d6b05b200a6365f744a0c30191c29cef2102310bc3c7cbce53bac8a5e4786'
version '77.0.3865.75'

# 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}-r681094-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 v77.0.3865.75.

To install do:

Expand Down