From 5f127b102403ee3ae8736cd9e637028f1ec223f6 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:07:38 -0500 Subject: [PATCH 01/21] added beta --- Casks/marmaduke-chromium-beta.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/marmaduke-chromium-beta.rb diff --git a/Casks/marmaduke-chromium-beta.rb b/Casks/marmaduke-chromium-beta.rb new file mode 100644 index 0000000..afccf06 --- /dev/null +++ b/Casks/marmaduke-chromium-beta.rb @@ -0,0 +1,12 @@ +cask 'marmaduke-chromium-beta' do + version '73.0.3637.0' + sha256 '4982D5A396675835838FCF28553765EA4BCEB16C' + + # https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask + url "https://github.com/macchrome/chromium/releases/download/v#{version}-r615361-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' +end From ba69b7f25fbd36620327cb035bda759d8bcba5b2 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:10:24 -0500 Subject: [PATCH 02/21] changed shasum --- Casks/marmaduke-chromium-beta.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/marmaduke-chromium-beta.rb b/Casks/marmaduke-chromium-beta.rb index afccf06..730b566 100644 --- a/Casks/marmaduke-chromium-beta.rb +++ b/Casks/marmaduke-chromium-beta.rb @@ -1,6 +1,6 @@ cask 'marmaduke-chromium-beta' do version '73.0.3637.0' - sha256 '4982D5A396675835838FCF28553765EA4BCEB16C' + sha256 '2f433a2cbd420715c7aee110300e508b1df6c5ad01239cdd746c8dcd8d65cbd5' # https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask url "https://github.com/macchrome/chromium/releases/download/v#{version}-r615361-macOS/Chromium.#{version}.sync.app.zip" From 060aa9222aeafe20a8b958cacca0635c4e05ddc8 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:24:27 -0500 Subject: [PATCH 03/21] added beta nosync with shasum --- Casks/marmaduke-chromium-beta-nosync.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/marmaduke-chromium-beta-nosync.rb diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb new file mode 100644 index 0000000..e43b0bf --- /dev/null +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -0,0 +1,12 @@ +cask 'marmaduke-chromium-beta-nosync' do + version '73.0.3637.0' + sha256 'd1ed8f049b2ae5bc56922f19fe3f0f28337df3ec20cac3f312c6298f72572eb4' + + # https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask + url "https://github.com/macchrome/chromium/releases/download/v#{version}-r615361-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' +end From 9e898aea579491ce43c6c76624457daf31d3583b Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:33:07 -0500 Subject: [PATCH 04/21] changed comment --- Casks/marmaduke-chromium-beta-nosync.rb | 2 +- Casks/marmaduke-chromium-beta.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index e43b0bf..e50ab16 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -2,7 +2,7 @@ version '73.0.3637.0' sha256 'd1ed8f049b2ae5bc56922f19fe3f0f28337df3ec20cac3f312c6298f72572eb4' - # https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask + # 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}-r615361-macOS/Chromium.#{version}.nosync.app.zip" appcast 'https://github.com/macchrome/chromium/releases.atom' name 'Chromium' diff --git a/Casks/marmaduke-chromium-beta.rb b/Casks/marmaduke-chromium-beta.rb index 730b566..09eabc3 100644 --- a/Casks/marmaduke-chromium-beta.rb +++ b/Casks/marmaduke-chromium-beta.rb @@ -2,7 +2,7 @@ version '73.0.3637.0' sha256 '2f433a2cbd420715c7aee110300e508b1df6c5ad01239cdd746c8dcd8d65cbd5' - # https://github.com/macchrome/macstable/releases/ was verified as official when first introduced to the cask + # 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}-r615361-macOS/Chromium.#{version}.sync.app.zip" appcast 'https://github.com/macchrome/chromium/releases.atom' name 'Chromium' From e48c662e091bb042c55ffec9570db63604c07672 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:40:52 -0500 Subject: [PATCH 05/21] trying releae nums --- Casks/marmaduke-chromium-beta-nosync.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index e50ab16..3c0c9d0 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,9 +1,10 @@ cask 'marmaduke-chromium-beta-nosync' do version '73.0.3637.0' + release '615361' 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}-r615361-macOS/Chromium.#{version}.nosync.app.zip" + url "https://github.com/macchrome/chromium/releases/download/v#{version}-r#{release}-macOS/Chromium.#{version}.nosync.app.zip" appcast 'https://github.com/macchrome/chromium/releases.atom' name 'Chromium' homepage 'https://github.com/macchrome/chromium/releases' From 155ec386c89b9ff01df869b6e0be11a5692e8cf0 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:50:48 -0500 Subject: [PATCH 06/21] Revert "trying releae nums" This reverts commit e48c662e091bb042c55ffec9570db63604c07672. --- Casks/marmaduke-chromium-beta-nosync.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index 3c0c9d0..e50ab16 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,10 +1,9 @@ cask 'marmaduke-chromium-beta-nosync' do version '73.0.3637.0' - release '615361' 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#{release}-macOS/Chromium.#{version}.nosync.app.zip" + url "https://github.com/macchrome/chromium/releases/download/v#{version}-r615361-macOS/Chromium.#{version}.nosync.app.zip" appcast 'https://github.com/macchrome/chromium/releases.atom' name 'Chromium' homepage 'https://github.com/macchrome/chromium/releases' From 013b3a9ac9afdd74c755ff6fee74d7d3fbb83240 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 18:55:55 -0500 Subject: [PATCH 07/21] testing version with utils --- Casks/marmaduke-chromium-beta-nosync.rb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index e50ab16..2ce7c70 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,12 +1,15 @@ cask 'marmaduke-chromium-beta-nosync' do + module Utils + RELEASE = 615361 + end version '73.0.3637.0' - sha256 'd1ed8f049b2ae5bc56922f19fe3f0f28337df3ec20cac3f312c6298f72572eb4' + 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}-r615361-macOS/Chromium.#{version}.nosync.app.zip" - appcast 'https://github.com/macchrome/chromium/releases.atom' - name 'Chromium' - homepage 'https://github.com/macchrome/chromium/releases' + # 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' + app 'Chromium.app' end From 349ad188c338f38b7d87f43cb4e0f5447865a603 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:06:31 -0500 Subject: [PATCH 08/21] release test again --- Casks/marmaduke-chromium-beta-nosync.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index 2ce7c70..a0812fb 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,12 +1,14 @@ cask 'marmaduke-chromium-beta-nosync' do module Utils - RELEASE = 615361 + def 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" + 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' From 53f3f49c28cb0f18fa295fa597e31cccafab9614 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:08:39 -0500 Subject: [PATCH 09/21] changed ruby for release --- Casks/marmaduke-chromium-beta-nosync.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index a0812fb..caea1d3 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,7 +1,7 @@ cask 'marmaduke-chromium-beta-nosync' do module Utils def release - 615361 + '615361' end end version '73.0.3637.0' From 281de1cfbfdf4756f74b9d00c9f59c681d1d90e1 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:09:51 -0500 Subject: [PATCH 10/21] Another try --- Casks/marmaduke-chromium-beta-nosync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index caea1d3..1850c22 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,7 +1,7 @@ cask 'marmaduke-chromium-beta-nosync' do module Utils - def release - '615361' + def self.release + 615361 end end version '73.0.3637.0' From 34dc827db896b0366878b5dd5e130f8fe84144a9 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:11:34 -0500 Subject: [PATCH 11/21] variable in util module --- Casks/marmaduke-chromium-beta.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Casks/marmaduke-chromium-beta.rb b/Casks/marmaduke-chromium-beta.rb index 09eabc3..3179c5c 100644 --- a/Casks/marmaduke-chromium-beta.rb +++ b/Casks/marmaduke-chromium-beta.rb @@ -1,9 +1,14 @@ cask 'marmaduke-chromium-beta' 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}-r615361-macOS/Chromium.#{version}.sync.app.zip" + 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' From fab70ec41e604c9e7b41bb0d85bafdc759df5270 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:16:14 -0500 Subject: [PATCH 12/21] Update README.org --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 88e6e2b..e3ab973 100644 --- a/README.org +++ b/README.org @@ -21,6 +21,13 @@ need to play for example Netflix), then rather install: brew cask install marmaduke-chromium-nosync #+END_SRC +Beta versions are also available for both sync and nosync + +#+BEGIN_SRC shell +brew cask install marmaduke-chromium-beta +brew cask install marmaduke-chromium-beta-nosync +#+END_SRC + From here on, do the following to upgrade when a new build becomes available: From 22c32e1190dd2c04d63f226d679d3c69a80d9d87 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:16:40 -0500 Subject: [PATCH 13/21] Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index e3ab973..59e0c2b 100644 --- a/README.org +++ b/README.org @@ -21,7 +21,7 @@ need to play for example Netflix), then rather install: brew cask install marmaduke-chromium-nosync #+END_SRC -Beta versions are also available for both sync and nosync +Beta versions are also available for both sync and nosync: #+BEGIN_SRC shell brew cask install marmaduke-chromium-beta From 3ce1ba3100886589a866a03ca51395389a4503ed Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:22:51 -0500 Subject: [PATCH 14/21] fixed indents --- Casks/marmaduke-chromium-beta-nosync.rb | 26 ++++++++++++------------- Casks/marmaduke-chromium-beta.rb | 12 ++++++------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb index 1850c22..12c187f 100644 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ b/Casks/marmaduke-chromium-beta-nosync.rb @@ -1,17 +1,17 @@ cask 'marmaduke-chromium-beta-nosync' do - module Utils - def self.release - 615361 - end - end - version '73.0.3637.0' - sha256 'd1ed8f049b2ae5bc56922f19fe3f0f28337df3ec20cac3f312c6298f72572eb4' + 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' + # 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' + app 'Chromium.app' end diff --git a/Casks/marmaduke-chromium-beta.rb b/Casks/marmaduke-chromium-beta.rb index 3179c5c..d4f2cf3 100644 --- a/Casks/marmaduke-chromium-beta.rb +++ b/Casks/marmaduke-chromium-beta.rb @@ -1,10 +1,10 @@ cask 'marmaduke-chromium-beta' do - module Utils - def self.release - 615361 - end - end - version '73.0.3637.0' + 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 From 91abb1ed0c84046e68f4bdc330f2683438da268b Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:49:39 -0500 Subject: [PATCH 15/21] Renamed to Dev --- Casks/marmaduke-chromium-beta-nosync.rb | 17 ----------------- Casks/marmaduke-chromium-beta.rb | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 Casks/marmaduke-chromium-beta-nosync.rb delete mode 100644 Casks/marmaduke-chromium-beta.rb diff --git a/Casks/marmaduke-chromium-beta-nosync.rb b/Casks/marmaduke-chromium-beta-nosync.rb deleted file mode 100644 index 12c187f..0000000 --- a/Casks/marmaduke-chromium-beta-nosync.rb +++ /dev/null @@ -1,17 +0,0 @@ -cask 'marmaduke-chromium-beta-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' -end diff --git a/Casks/marmaduke-chromium-beta.rb b/Casks/marmaduke-chromium-beta.rb deleted file mode 100644 index d4f2cf3..0000000 --- a/Casks/marmaduke-chromium-beta.rb +++ /dev/null @@ -1,17 +0,0 @@ -cask 'marmaduke-chromium-beta' 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' -end From 1f93962fb8fc438855fa4134e4d2c2f229bf427b Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 19:51:21 -0500 Subject: [PATCH 16/21] rename --- Casks/marmaduke-chromium-dev-nosync.rb | 17 +++++++++++++++++ Casks/marmaduke-chromium-dev.rb | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Casks/marmaduke-chromium-dev-nosync.rb create mode 100644 Casks/marmaduke-chromium-dev.rb diff --git a/Casks/marmaduke-chromium-dev-nosync.rb b/Casks/marmaduke-chromium-dev-nosync.rb new file mode 100644 index 0000000..43ff3c5 --- /dev/null +++ b/Casks/marmaduke-chromium-dev-nosync.rb @@ -0,0 +1,17 @@ +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' +end diff --git a/Casks/marmaduke-chromium-dev.rb b/Casks/marmaduke-chromium-dev.rb new file mode 100644 index 0000000..a2ae1f7 --- /dev/null +++ b/Casks/marmaduke-chromium-dev.rb @@ -0,0 +1,17 @@ +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' +end From 6be8508d210018f97023d5b2efe8fe6cd11cc37c Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Thu, 24 Jan 2019 20:49:52 -0500 Subject: [PATCH 17/21] Update README.org --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 59e0c2b..5c1004d 100644 --- a/README.org +++ b/README.org @@ -21,11 +21,11 @@ need to play for example Netflix), then rather install: brew cask install marmaduke-chromium-nosync #+END_SRC -Beta versions are also available for both sync and nosync: +Dev versions are also available for both sync and nosync: #+BEGIN_SRC shell -brew cask install marmaduke-chromium-beta -brew cask install marmaduke-chromium-beta-nosync +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 From eb2c167ecdf4f5c23671251144de738ba97d12af Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Fri, 25 Jan 2019 12:31:27 -0500 Subject: [PATCH 18/21] ungoogled chromium added --- Casks/marmaduke-chromium-ungoogled.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Casks/marmaduke-chromium-ungoogled.rb diff --git a/Casks/marmaduke-chromium-ungoogled.rb b/Casks/marmaduke-chromium-ungoogled.rb new file mode 100644 index 0000000..5de667b --- /dev/null +++ b/Casks/marmaduke-chromium-ungoogled.rb @@ -0,0 +1,17 @@ +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' +end From 8bed3df0eb647ea1db0955b8ec095988fc97cd6d Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Fri, 25 Jan 2019 18:40:10 -0500 Subject: [PATCH 19/21] Added ungoogled chromium to readme --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 5c1004d..1e5fc63 100644 --- a/README.org +++ b/README.org @@ -21,6 +21,12 @@ 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 From ce39a1611ba149efe440b52f40fcd007bd7df187 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Wed, 30 Jan 2019 14:57:18 -0500 Subject: [PATCH 20/21] version '72.0.3626.81' --- Casks/marmaduke-chromium-nosync.rb | 6 +++--- Casks/marmaduke-chromium.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Casks/marmaduke-chromium-nosync.rb b/Casks/marmaduke-chromium-nosync.rb index d20d5cc..d66b6c6 100644 --- a/Casks/marmaduke-chromium-nosync.rb +++ b/Casks/marmaduke-chromium-nosync.rb @@ -1,9 +1,9 @@ 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' diff --git a/Casks/marmaduke-chromium.rb b/Casks/marmaduke-chromium.rb index 5ec1db9..a8e42c1 100644 --- a/Casks/marmaduke-chromium.rb +++ b/Casks/marmaduke-chromium.rb @@ -1,9 +1,9 @@ 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' From 51f49e1939c8bdd02567148b452b9bc51f3a8515 Mon Sep 17 00:00:00 2001 From: Shein Htike Date: Fri, 1 Feb 2019 00:04:57 -0500 Subject: [PATCH 21/21] Added zap trash --- Casks/marmaduke-chromium-dev-nosync.rb | 7 +++++++ Casks/marmaduke-chromium-dev.rb | 7 +++++++ Casks/marmaduke-chromium-nosync.rb | 7 +++++++ Casks/marmaduke-chromium-ungoogled.rb | 7 +++++++ Casks/marmaduke-chromium.rb | 7 +++++++ 5 files changed, 35 insertions(+) diff --git a/Casks/marmaduke-chromium-dev-nosync.rb b/Casks/marmaduke-chromium-dev-nosync.rb index 43ff3c5..f1f9627 100644 --- a/Casks/marmaduke-chromium-dev-nosync.rb +++ b/Casks/marmaduke-chromium-dev-nosync.rb @@ -14,4 +14,11 @@ def self.release 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 diff --git a/Casks/marmaduke-chromium-dev.rb b/Casks/marmaduke-chromium-dev.rb index a2ae1f7..3f54eb5 100644 --- a/Casks/marmaduke-chromium-dev.rb +++ b/Casks/marmaduke-chromium-dev.rb @@ -14,4 +14,11 @@ def self.release 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 diff --git a/Casks/marmaduke-chromium-nosync.rb b/Casks/marmaduke-chromium-nosync.rb index d66b6c6..abbb886 100644 --- a/Casks/marmaduke-chromium-nosync.rb +++ b/Casks/marmaduke-chromium-nosync.rb @@ -9,4 +9,11 @@ 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 diff --git a/Casks/marmaduke-chromium-ungoogled.rb b/Casks/marmaduke-chromium-ungoogled.rb index 5de667b..346802b 100644 --- a/Casks/marmaduke-chromium-ungoogled.rb +++ b/Casks/marmaduke-chromium-ungoogled.rb @@ -14,4 +14,11 @@ def self.release 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 diff --git a/Casks/marmaduke-chromium.rb b/Casks/marmaduke-chromium.rb index a8e42c1..58ea583 100644 --- a/Casks/marmaduke-chromium.rb +++ b/Casks/marmaduke-chromium.rb @@ -9,4 +9,11 @@ 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