Skip to content

Commit

Permalink
Add cask for ungoogled marmaduke chromium build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbotha committed Mar 5, 2019
1 parent 69befd6 commit 5296a0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/marmaduke-chromium-ungoogled.rb
@@ -0,0 +1,12 @@
cask 'marmaduke-chromium-ungoogled' do
version '72.0.3626.121'
sha256 'a93cc239cabcf4b79b3b44f9415c69943ebf9568d7786da4573b62dca5d55296'

# 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}-r612437-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'
end

0 comments on commit 5296a0c

Please sign in to comment.