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

Wacom updates #29279

Merged
merged 5 commits into from Jan 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Casks/wacom-bamboo-tablet.rb
Expand Up @@ -4,7 +4,7 @@

url "http://cdn.wacom.com/u/productsupport/drivers/mac/consumer/pentablet_#{version}.dmg"
name 'Wacom Bamboo Tablet'
homepage 'https://us.wacom.com/en/support/drivers'
homepage 'https://www.wacom.com/support/product-support/drivers'

pkg 'Install Wacom Tablet.pkg'

Expand Down
3 changes: 2 additions & 1 deletion Casks/wacom-graphire2-tablet.rb
Expand Up @@ -2,9 +2,10 @@
version '6.1.7-4'
sha256 '593cdd4c51bee7714aecbef77d6e3809dd80a8393893ee1937f9c15c567bb4b4'

# wacom.asia/sites/default/files/drivers was verified as official when first introduced to the cask
url "https://www.wacom.asia/sites/default/files/drivers/WacomTablet_#{version}.dmg"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add a comment above the url stanza.

name 'Graphire2 Wacom Tablet'
homepage 'https://www.wacom.asia/taxonomy/term/21'
homepage 'https://www.wacom.com/support/graphire-support'

pkg 'Install Wacom Tablet.pkg'

Expand Down
2 changes: 1 addition & 1 deletion Casks/wacom-graphire4-tablet.rb
Expand Up @@ -4,7 +4,7 @@

url "http://cdn.wacom.com/U/Drivers/Mac/Consumer/#{version.sub(%r{-.*}, '').delete('.')}/PenTablet_#{version}.dmg"
name 'Graphire4 (CTE) Legacy Driver'
homepage 'https://us.wacom.com/en/support/legacy-drivers/'
homepage 'https://www.wacom.com/support/graphire-support'

pkg 'Install Bamboo.pkg'

Expand Down
10 changes: 5 additions & 5 deletions Casks/wacom-intuos-tablet.rb
@@ -1,12 +1,12 @@
cask 'wacom-intuos-tablet' do
version '6.3.15-2'
sha256 '2a36df11a877b6c75e080477d34fad4af2c7f0758efaeb792cffc302d836f590'
version '6.3.20-8'
sha256 'c0ede699f001ffde7fe4ca27df7c62720bdad29a9b04fd8be646ed81f2211ba5'

url "http://cdn.wacom.com/u/productsupport/drivers/mac/professional/WacomTablet_#{version}.dmg"
name 'Wacom Intuos3/4/5 Tablet'
homepage 'http://www.wacom.com/'
name 'Wacom Intuos 4/5/Pro Tablet'
homepage 'https://www.wacom.com/support/product-support/drivers'

conflicts_with cask: 'wacom-intuos-pro-tablet'
conflicts_with cask: 'wacom-intuos-3-tablet'

pkg 'Install Wacom Tablet.pkg'

Expand Down
@@ -1,10 +1,10 @@
cask 'wacom-intuos-pro-tablet' do
version '6.3.16-12'
sha256 'd466685d873739a8e714aef5eb5a01f5c2e586bedc308e5b32eda5275af58004'
cask 'wacom-intuos3-tablet' do
version '6.3.15-2'
sha256 '2a36df11a877b6c75e080477d34fad4af2c7f0758efaeb792cffc302d836f590'

url "http://cdn.wacom.com/u/productsupport/drivers/mac/professional/WacomTablet_#{version}.dmg"
name 'Wacom Intuos Pro Tablet'
homepage 'http://www.wacom.com/'
name 'Wacom Intuos3 Tablet'
homepage 'https://www.wacom.com/en-us/support/product-support/drivers'

conflicts_with cask: 'wacom-intuos-tablet'

Expand Down