Update kap from 3.5.1 to 3.5.2 (#117781)

* Update kap from 3.5.1 to 3.5.2

* Update kap.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Jeff 2022-01-21 16:02:20 +08:00 committed by GitHub
parent 28cfff5fdd
commit 71645d563d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
cask "kap" do cask "kap" do
arch = Hardware::CPU.intel? ? "" : "-arm64" arch = Hardware::CPU.intel? ? "x64" : "arm64"
version "3.5.1" version "3.5.2"
if Hardware::CPU.intel? if Hardware::CPU.intel?
sha256 "8e93d7fbe30e9c2b4bda0078cca5e8f94ba5c1e9ca0b1b991054d9f2227cbf1b" sha256 "573577cc63c2b0e88315051e2047145d9b720a6bb1cb49c95af3ddbacbd274c2"
else else
sha256 "7e5583479fd882b29d9cd699353c9f4ba97234f572ac7a7c36a06970c58cfdb9" sha256 "5a5e26a6dcaf2e8fbe2255a61a0f0739b333e31193fb0c77686c519c06a604e0"
end end
url "https://github.com/wulkano/kap/releases/download/v#{version.major_minor_patch}/Kap-#{version}#{arch}.dmg", url "https://github.com/wulkano/kap/releases/download/v#{version.major_minor_patch}/Kap-#{version}-#{arch}.dmg",
verified: "github.com/wulkano/kap/" verified: "github.com/wulkano/kap/"
name "Kap" name "Kap"
desc "Open-source screen recorder built with web technology" desc "Open-source screen recorder built with web technology"