Wacom updates (#29279)

* Rename Wacom Tablet Casks to reflect actual support

The latest drivers for the 4/5 are the same as those for the Pro. The
latest drivers for the 3 are not. This separates and renames the
formulas and their descriptions to reflect this.

* Update wacom-intuos-tablet to 6.3.20-8

* Update wacom tablet homepages

Most links were broken, old, or generic.

* Update wacom-graphire2-tablet.rb

* Update and rename wacom-intuos-3-tablet.rb to wacom-intuos3-tablet.rb
This commit is contained in:
Andrew Marshall 2017-01-27 04:00:46 -05:00 committed by Miccal Matthews
parent 41d6e6ffd2
commit c1d9a2ce0d
5 changed files with 14 additions and 13 deletions

View File

@ -4,7 +4,7 @@ cask 'wacom-bamboo-tablet' do
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'

View File

@ -2,9 +2,10 @@ cask 'wacom-graphire2-tablet' do
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"
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'

View File

@ -4,7 +4,7 @@ cask 'wacom-graphire4-tablet' do
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'

View File

@ -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'

View File

@ -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'