Update keepassxc to 2.6.1, set keepassxc Sierra verison to 2.5.4 (#87869)

* update keepassxc to 2.6.1

* set keepassxc Sierra verison to 2.5.4

* Update keepassxc.rb

* Update keepassxc.rb

* Update keepassxc.rb

Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
xxyzz 2020-08-22 18:25:49 +00:00 committed by GitHub
parent 255d8d6d4e
commit 59e56d686c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 11 deletions

View File

@ -1,21 +1,14 @@
cask "keepassxc" do
version "2.6.1"
sha256 "ac0a74369f4009a6d5922840c3df8fe4641c11af8643cc60b9ba6103ff1eceda"
if MacOS.version <= :sierra
# github.com/keepassxreboot/keepassxc/ was verified as official when first introduced to the cask
url "https://github.com/keepassxreboot/keepassxc/releases/download/#{version}/KeePassXC-#{version}-Sierra.dmg"
sha256 "7cd8dc34022091c240e538f7a9889afd7dc8f9f3957a66bca9d70c067045ade4"
else
# github.com/keepassxreboot/keepassxc/ was verified as official when first introduced to the cask
url "https://github.com/keepassxreboot/keepassxc/releases/download/#{version}/KeePassXC-#{version}.dmg"
sha256 "ac0a74369f4009a6d5922840c3df8fe4641c11af8643cc60b9ba6103ff1eceda"
end
# github.com/keepassxreboot/keepassxc/ was verified as official when first introduced to the cask
url "https://github.com/keepassxreboot/keepassxc/releases/download/#{version}/KeePassXC-#{version}.dmg"
appcast "https://github.com/keepassxreboot/keepassxc/releases.atom"
name "KeePassXC"
homepage "https://keepassxc.org/"
depends_on macos: ">= :sierra"
depends_on macos: ">= :high_sierra"
app "KeePassXC.app"
binary "#{appdir}/KeePassXC.app/Contents/MacOS/keepassxc-cli"