homebrew-cask/Casks/clipy.rb

16 lines
532 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'clipy' do
2017-03-02 13:51:31 +08:00
version '1.1.3'
sha256 '688c137eab7a625e3582ccc23e9372740e505e1834f0598e21ebfad15ab130f8'
2015-07-04 11:12:41 +08:00
2016-07-05 06:34:25 +08:00
# github.com/Clipy/Clipy was verified as official when first introduced to the cask
2015-07-04 11:12:41 +08:00
url "https://github.com/Clipy/Clipy/releases/download/#{version}/Clipy_#{version}.dmg"
2015-11-22 04:14:00 +08:00
appcast 'https://clipy-app.com/appcast.xml',
2017-03-02 13:51:31 +08:00
checkpoint: 'c5ae56a12075d8473a0c69f4d7adec5ce3a8caf9678a7f1b3f8b9297ed2ec7d8'
2015-07-04 11:12:41 +08:00
name 'Clipy'
2015-11-22 04:15:48 +08:00
homepage 'https://clipy-app.com/'
2015-07-04 11:12:41 +08:00
2017-03-02 13:51:31 +08:00
depends_on macos: '>= :yosemite'
2015-07-07 11:13:03 +08:00
2015-07-04 11:12:41 +08:00
app 'Clipy.app'
end