Create atemosc.rb (#97262)

* Create atemosc.rb

* Create atemosc.rb

* Fix style issue

* Updated desc
This commit is contained in:
bevanjkay 2021-01-07 12:47:31 +11:00 committed by GitHub
parent f5c55a497e
commit 443065f4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
Casks/atemosc.rb Normal file
View File

@ -0,0 +1,15 @@
cask "atemosc" do
version "3.1.6"
sha256 "d4487e5d81da790a05ad3c0f3198792c8cfc88092352dc3bef0120c5078e69c5"
url "https://github.com/SteffeyDev/atemOSC/releases/download/v#{version}/atemOSC_#{version}.dmg",
verified: "github.com/SteffeyDev/atemOSC/"
appcast "https://github.com/SteffeyDev/atemOSC/releases.atom"
name "atemOSC"
desc "Control BMD ATEM video switchers with OSC"
homepage "http://www.atemosc.com/"
app "atemOSC.app"
zap trash: "~/Library/Caches/cc.buechele.atemOSC"
end