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

pia 3.0.3 (new cask) #178024

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
25 changes: 25 additions & 0 deletions Casks/p/pia.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "pia" do
version "3.0.3"
sha256 "696dafca5d4a4472eca0c1ded044a3ef3448d767e0a8a65c239ec5c415187964"

url "https://github.com/LINCnil/pia/releases/download/v#{version}/pia-#{version}.dmg"
name "pia"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name "pia"
name "Pia"

desc "Privacy Impact Assessment Tool"
homepage "https://github.com/LINCnil/pia"

livecheck do
url :url
strategy :github_latest
end

Check failure on line 14 in Casks/p/pia.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-14)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line

Check failure on line 14 in Casks/p/pia.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-14)

Layout/TrailingWhitespace: Trailing whitespace detected.
depends_on macos: ">= :high_sierra"

app "pia.app"

zap trash: "~/Library/Application Support/pia"

caveats do
requires_rosetta
end

Check failure on line 24 in Casks/p/pia.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-14)

Layout/TrailingWhitespace: Trailing whitespace detected.
end
Loading