Update twobird from 1.0.41 to 1.0.45 (#115717)

* Update twobird from 1.0.41 to 1.0.45

* twobird: add arch conditional
This commit is contained in:
neutric 2021-12-11 05:31:56 +01:00 committed by GitHub
parent 568b24ef5e
commit 96ba2e46db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
cask "twobird" do
version "1.0.41"
arch = Hardware::CPU.intel? ? "x64" : "arm64"
version "1.0.45"
sha256 :no_check
url "https://www.twobird.com/download/mac"
url "https://www.twobird.com/download/mac-#{arch}"
name "Twobird"
desc "Email client with collaborative notes"
homepage "https://www.twobird.com/"