From 53ba742522e8f194b6480d534f1204c664e134ae Mon Sep 17 00:00:00 2001 From: Jim Wise Date: Fri, 10 Feb 2017 02:46:34 -0500 Subject: [PATCH] Marathon Infinity (#29991) * AlephOne port of Marathon Infinity * Add appcast * Line break appcast * parameterize URL * Update and rename marathoninfinity.rb to marathon-infinity.rb --- Casks/marathon-infinity.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/marathon-infinity.rb diff --git a/Casks/marathon-infinity.rb b/Casks/marathon-infinity.rb new file mode 100644 index 00000000000..7c738863bc2 --- /dev/null +++ b/Casks/marathon-infinity.rb @@ -0,0 +1,13 @@ +cask 'marathon-infinity' do + version '20150620' + sha256 'ec6595f58f718e4274e6a66762084616940e9dfd1c93a011a01b3e95c0fbbdd9' + + # github.com/Aleph-One-Marathon/alephone was verified as official when first introduced to the cask + url "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-#{version}/MarathonInfinity-#{version}-Mac.dmg" + appcast 'https://github.com/Aleph-One-Marathon/alephone/releases.atom', + checkpoint: '7960a0eee7bd6c594b7a6cf6ce093a71d31715522774224c9def5903390479d6' + name 'Marathon Infinity' + homepage 'https://alephone.lhowon.org' + + app 'Marathon Infinity.app' +end