Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ubpm.app #198122

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Casks/u/ubpm.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "ubpm" do

Check failure on line 1 in Casks/u/ubpm.rb

View workflow job for this annotation

GitHub Actions / test ubpm (macos-13, intel)

Upstream defined :big_sur as the minimum OS version but the cask declared :monterey

Check failure on line 1 in Casks/u/ubpm.rb

View workflow job for this annotation

GitHub Actions / test ubpm (macos-15, arm)

Upstream defined :big_sur as the minimum OS version but the cask declared :monterey
version "1.12.0"
sha256 "898622ba741a3021f45b314c140c22aba2f82e570476d50be6461d2b3fc5ad29"

url "https://codeberg.org/LazyT/ubpm/releases/download/#{version}/ubpm_qt6-#{version}-x86_64.dmg"

Check failure on line 5 in Casks/u/ubpm.rb

View workflow job for this annotation

GitHub Actions / test ubpm (macos-13, intel)

Signature verification failed: /private/tmp/cask-audit20250114-6450-b20acx/ubpm.app: rejected macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.

Check failure on line 5 in Casks/u/ubpm.rb

View workflow job for this annotation

GitHub Actions / test ubpm (macos-15, arm)

Signature verification failed: /private/tmp/cask-audit20250114-8542-b9ktnc/ubpm.app: rejected macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
name "ubpm"
desc "Universal Blood Pressure Manager"
homepage "https://codeberg.org/LazyT/ubpm"

livecheck do
url "https://codeberg.org/LazyT/ubpm/releases/latest"
strategy :page_match
regex(/ubpm_qt6[._-]v?(\d+(?:\.\d+)+)[._-]x86_64\.dmg/i)
end

depends_on macos: ">= :monterey"

app "ubpm.app"

zap trash: [
"~/Library/Application Support/ubpm",
"~/Library/Caches/ubpm",
"~/Library/Preferences/ubpm",
"~/Library/Saved Application State/page.codeberg.lazyt.ubpm.savedState",
]

caveats do
requires_rosetta
end
end
Loading