mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
281 B
Ruby
11 lines
281 B
Ruby
class Pixelstick < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://plumamazing.com/bin/pixelstick/pixelstick.zip'
|
|
appcast 'https://plumamazing.com/appcastSSL.php?pid=100'
|
|
homepage 'http://plumamazing.com/mac/pixelstick'
|
|
license :unknown
|
|
|
|
app 'PixelStick.app'
|
|
end
|