mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
262 B
Ruby
7 lines
262 B
Ruby
class Banshee < Cask
|
|
url 'http://ftp.gnome.org/pub/GNOME/binaries/mac/banshee/banshee-2.6.1.macosx.intel.dmg'
|
|
homepage 'http://banshee.fm'
|
|
version '2.6.1'
|
|
sha256 '26fc3c77a72860fc2dfaee0741c88e9b8d7b8dac6ece2943e42917112e55c933'
|
|
link 'Banshee.app'
|
|
end
|