homebrew-cask/Casks/copyq.rb

14 lines
501 B
Ruby
Raw Normal View History

2016-02-29 05:03:40 +08:00
cask 'copyq' do
2016-12-04 00:05:00 +08:00
version '2.8.1'
sha256 'f599b647bdb39933697b3c989b64bb2433f8a64375a28cb45f7bdde38038fc83'
2016-02-29 05:03:40 +08:00
# github.com/hluk/CopyQ was verified as official when first introduced to the cask
2016-12-04 00:05:00 +08:00
url "https://github.com/hluk/CopyQ/releases/download/v#{version}/CopyQ.dmg"
2016-02-29 05:03:40 +08:00
appcast 'https://github.com/hluk/CopyQ/releases.atom',
2016-12-04 00:05:00 +08:00
checkpoint: '59782e9ffbd154df25164c86833ebb4f287f3c0b4d5baf96acf35f84a5557843'
2016-02-29 05:03:40 +08:00
name 'CopyQ'
homepage 'https://hluk.github.io/CopyQ/'
app 'CopyQ.app'
end