From d81fd2481faf13c910eb738a013157c8fece4f10 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 16 Jul 2016 15:35:45 -0700 Subject: [PATCH] oryoki 0.0.3 (new cask) (#22844) --- Casks/oryoki.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Casks/oryoki.rb diff --git a/Casks/oryoki.rb b/Casks/oryoki.rb new file mode 100644 index 00000000000..18aa7e8b300 --- /dev/null +++ b/Casks/oryoki.rb @@ -0,0 +1,14 @@ +cask 'oryoki' do + version '0.0.3' + sha256 '51f88440e062e23abd7334bd20a9d4d0997cd6dc73f4962f02117c820e10ea54' + + # github.com/thmsbfft/oryoki was verified as official when first introduced to the cask + url "https://github.com/thmsbfft/oryoki/releases/download/#{version}/Oryoki-#{version}.zip" + appcast 'https://github.com/thmsbfft/oryoki/releases.atom', + checkpoint: '2a3522a708a180e945df4fccbde22aab54bdc120398925d7ce1efcfffeede834' + name 'Oryoki' + homepage 'http://oryoki.io/' + license :mit + + app 'Oryoki.app' +end