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

dev, dev-nosync, and ungoogled builds added to cask #6

Open
wants to merge 21 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
24 changes: 24 additions & 0 deletions Casks/marmaduke-chromium-dev-nosync.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask 'marmaduke-chromium-dev-nosync' do
module Utils
def self.release
615361
end
end
version '73.0.3637.0'
sha256 'd1ed8f049b2ae5bc56922f19fe3f0f28337df3ec20cac3f312c6298f72572eb4'

# https://github.com/macchrome/chromium/releases/ was verified as official when first introduced to the cask
url "https://github.com/macchrome/chromium/releases/download/v#{version}-r#{Utils.release}-macOS/Chromium.#{version}.nosync.app.zip"
appcast 'https://github.com/macchrome/chromium/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/chromium/releases'

app 'Chromium.app'

zap trash: [
'~/Library/Preferences/org.chromium.Chromium.plist',
'~/Library/Caches/Chromium',
'~/Library/Application Support/Chromium',
'~/Library/Saved Application State/org.chromium.Chromium.savedState',
]
end
24 changes: 24 additions & 0 deletions Casks/marmaduke-chromium-dev.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask 'marmaduke-chromium-dev' do
module Utils
def self.release
615361
end
end
version '73.0.3637.0'
sha256 '2f433a2cbd420715c7aee110300e508b1df6c5ad01239cdd746c8dcd8d65cbd5'

# https://github.com/macchrome/chromium/releases/ was verified as official when first introduced to the cask
url "https://github.com/macchrome/chromium/releases/download/v#{version}-r#{Utils.release}-macOS/Chromium.#{version}.sync.app.zip"
appcast 'https://github.com/macchrome/chromium/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/chromium/releases'

app 'Chromium.app'

zap trash: [
'~/Library/Preferences/org.chromium.Chromium.plist',
'~/Library/Caches/Chromium',
'~/Library/Application Support/Chromium',
'~/Library/Saved Application State/org.chromium.Chromium.savedState',
]
end
13 changes: 10 additions & 3 deletions Casks/marmaduke-chromium-nosync.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
cask 'marmaduke-chromium-nosync' do
version '71.0.3578.98'
sha256 '31477aff9215fc99e53c980120d7242c4b45384f253843bd5be51caa27fe7ba2'
version '72.0.3626.81'
sha256 '92990cf4184e0a83a12ba767874577d64ea3acbb7ea770ff92fb2c077651731e'

# 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}-r599034-macOS/Chromium.#{version}.nosync.app.zip"
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r612437-macOS/Chromium.#{version}.nosync.app.zip"
appcast 'https://github.com/macchrome/macstable/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/macstable/releases'

app 'Chromium.app'

zap trash: [
'~/Library/Preferences/org.chromium.Chromium.plist',
'~/Library/Caches/Chromium',
'~/Library/Application Support/Chromium',
'~/Library/Saved Application State/org.chromium.Chromium.savedState',
]
end
24 changes: 24 additions & 0 deletions Casks/marmaduke-chromium-ungoogled.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask 'marmaduke-chromium-ungoogled' do
module Utils
def self.release
599034
end
end
version '71.0.3578.98'
sha256 '7a0b6334c9e75d74914ef83dcf05ed94a0ce6760c212dadf8be02d449517d675'

# 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}-r#{Utils.release}-Ungoogled-macOS/Chromium.app.ungoogled-#{version}.zip"
appcast 'https://github.com/macchrome/macstable/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/macstable/releases'

app 'Chromium.app'

zap trash: [
'~/Library/Preferences/org.chromium.Chromium.plist',
'~/Library/Caches/Chromium',
'~/Library/Application Support/Chromium',
'~/Library/Saved Application State/org.chromium.Chromium.savedState',
]
end
13 changes: 10 additions & 3 deletions Casks/marmaduke-chromium.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
cask 'marmaduke-chromium' do
version '71.0.3578.98'
sha256 '5fafed5eae92de58ff8a23568f05fd2abd9e43bfde56c9e251cc819a81f77e5e'
version '72.0.3626.81'
sha256 '5f894e8181d365494b57d33c58b651b0d2817bf88c0e10c01c8f13c7cd4c046c'

# 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}-r599034-macOS/Chromium.#{version}.sync.app.zip"
url "https://github.com/macchrome/macstable/releases/download/v#{version}-r612437-macOS/Chromium.#{version}.sync.app.zip"
appcast 'https://github.com/macchrome/macstable/releases.atom'
name 'Chromium'
homepage 'https://github.com/macchrome/macstable/releases'

app 'Chromium.app'

zap trash: [
'~/Library/Preferences/org.chromium.Chromium.plist',
'~/Library/Caches/Chromium',
'~/Library/Application Support/Chromium',
'~/Library/Saved Application State/org.chromium.Chromium.savedState',
]
end
13 changes: 13 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ need to play for example Netflix), then rather install:
brew cask install marmaduke-chromium-nosync
#+END_SRC

An ungoogled chromium build with widevine support are also available:

#+BEGIN_SRC shell
brew cask install marmaduke-chromium-ungoogled
#+END_SRC

Dev versions are also available for both sync and nosync:

#+BEGIN_SRC shell
brew cask install marmaduke-chromium-dev
brew cask install marmaduke-chromium-dev-nosync
#+END_SRC

From here on, do the following to upgrade when a new build becomes
available:

Expand Down