Skip to content

Commit

Permalink
add Positron public preview and add to github pre-release audit excep…
Browse files Browse the repository at this point in the history
…tions

add Positron public preview
add positron to github pre-release exceptions
  • Loading branch information
e-kotov committed Jun 29, 2024
1 parent 809d79e commit ad68c1e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Casks/p/positron.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "positron" do
version "2024.06.1-27"
sha256 "74ae5bbcb6818dc3c6bbd41ce7a6e32ebef8aa67daa42eafbb4e059ab5d68caa"

url "https://github.com/posit-dev/positron/releases/download/#{version}/Positron-#{version}.dmg"
name "Positron"
desc "VScode-based data science IDE"
homepage "https://github.com/posit-dev/positron"

depends_on macos: ">= :catalina"

app "Positron.app"

zap trash: [
"~/.positron",
"~/Library/Application Support/Positron",
"~/Library/Preferences/com.rstudio.positron.plist",
"~/Library/Saved Application State/com.rstudio.positron.savedState",
]
end
4 changes: 2 additions & 2 deletions Casks/r/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "rstudio@daily" do
version "2024.07.0-daily-257"
sha256 "6ee301897ce3b9266daa673da061c1f6c3123f653fe7c18ceead243d55e68dcd"
version "2024.07.0-daily-251"
sha256 "d361a1725f23ab5a1dbf8706fb8a8620c3ef043d4e21494ad4b882b2e975d7e4"

url "https://rstudio-ide-build.s3.amazonaws.com/electron/macos/RStudio-#{version}.dmg",
verified: "rstudio-ide-build.s3.amazonaws.com/electron/macos/"
Expand Down
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"openshot-video-editor@daily": "all",
"plugdata": "all",
"pock": "all",
"positron": "all",
"powershell@preview": "all",
"profilecreator": "all",
"qdesktop": "all",
Expand Down

0 comments on commit ad68c1e

Please sign in to comment.