homebrew-cask/Casks/arrsync.rb

12 lines
305 B
Ruby
Raw Normal View History

2014-11-14 01:25:23 +08:00
cask :v1 => 'arrsync' do
2014-11-29 22:07:24 +08:00
version '0.4.1'
sha256 '8a254771065f90a9f9f882589eccaf7bc51ad5d0ac86faf15847381bcdbe64f0'
2014-11-29 22:07:24 +08:00
url "http://downloads.sourceforge.net/sourceforge/arrsync/arrsync-#{version}.dmg"
2015-01-04 11:16:42 +08:00
name 'arRsync'
homepage 'http://arrsync.sourceforge.net'
license :gpl
2014-09-16 00:05:16 +08:00
app 'arRsync.app'
2014-05-02 00:11:09 +08:00
end