Skip to content

Commit

Permalink
Merge pull request #171487 from Homebrew/popsql-updates
Browse files Browse the repository at this point in the history
popsql: updates
  • Loading branch information
chenrui333 authored Apr 16, 2024
2 parents 38b03f0 + b0c8847 commit 1ed414b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Casks/p/popsql.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
cask "popsql" do
arch arm: "-arm64"

version "1.0.128"
sha256 :no_check
sha256 arm: "31dafb58a7f5ec8d21a713aaf346fc6d5f483e59f560065bdbc013cf8168e81c",
intel: "e897fdeca98f23b2b9478f56892c842a0c181bdac745822fe78c13568ab12bf9"

url "https://get.popsql.com/download/mac"
url "https://popsql-releases.s3.amazonaws.com/mac/PopSQL-#{version}#{arch}.dmg",
verified: "popsql-releases.s3.amazonaws.com/"
name "PopSQL"
desc "Collaborative SQL editor"
homepage "https://popsql.com/"
Expand All @@ -12,10 +16,14 @@
strategy :electron_builder
end

auto_updates true
depends_on macos: ">= :catalina"

app "PopSQL.app"

zap trash: [
"~/.popsql.json",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.electron.popsql.sfl*",
"~/Library/Application Support/PopSQL",
"~/Library/Preferences/org.electron.popsql.plist",
"~/Library/Saved Application State/org.electron.popsql.savedState",
Expand Down

0 comments on commit 1ed414b

Please sign in to comment.