cernbox 4.1.0.11373

This commit is contained in:
Patrick Linnane 2023-08-09 16:43:40 -07:00
parent 0867ec9ea8
commit 7761538eb0
No known key found for this signature in database
GPG Key ID: 9F26181A1866DA0D
1 changed files with 5 additions and 5 deletions

View File

@ -1,18 +1,18 @@
cask "cernbox" do
version "2.11.1.8905"
sha256 "09a8134e800a42dcd2279218c2598bc7a8b01e19843fe4d3622cbbb9eb0b2d53"
version "4.1.0.11373"
sha256 "8a54f84f376ad9844cc2251172cf9272418319180b98e424159ae4119499b9e2"
url "https://cernbox.cern.ch/cernbox/doc/MacOSX/cernbox-#{version}.pkg"
url "https://cernbox.cern.ch/cernbox/doc/MacOSX/cernbox-#{version}-x86_64.pkg"
name "CERNBox Client"
desc "Cloud storage for CERN users"
homepage "https://cernbox.web.cern.ch/cernbox/"
livecheck do
url "https://cernbox.web.cern.ch/cernbox/downloads/"
regex(%r{href=.*?/cernbox[._-]v?(\d+(?:\.\d+)+)\.pkg}i)
regex(%r{href=.*?/cernbox[._-]v?(\d+(?:\.\d+)+)-x86_64.pkg}i)
end
pkg "cernbox-#{version}.pkg"
pkg "cernbox-#{version}-x86_64.pkg"
uninstall signal: ["TERM", "ch.cern.cernbox"],
login_item: "cernbox",