Skip to content

Commit

Permalink
chore: fomrat style
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Nov 19, 2024
1 parent ce531aa commit 90005fc
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
20 changes: 10 additions & 10 deletions Casks/autoplot.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cask "autoplot" do

Check failure on line 1 in Casks/autoplot.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

The URL's domain cottagesystems.com does not match the homepage domain autoplot.org, a 'verified' parameter has to be added to the 'url' stanza. See https://docs.brew.sh/Cask-Cookbook#when-url-and-homepage-domains-differ-add-verified
version "2023.11"
sha256 "b60e7d20527f594bed6f88d665ece5ca04a62894f6a76022a1c8bb36f045a493"
url "https://cottagesystems.com/~jbf/autoplot/build/autoplot_macos_#{version.major}_#{version.minor}.dmg"
name "Autoplot"
desc "Interactive browser for data on the web"
homepage "http://autoplot.org"
app "autoplot.app"
end
version "2023.11"
sha256 "b60e7d20527f594bed6f88d665ece5ca04a62894f6a76022a1c8bb36f045a493"

url "https://cottagesystems.com/~jbf/autoplot/build/autoplot_macos_#{version.major}_#{version.minor}.dmg"
name "Autoplot"
desc "Interactive browser for data on the web"
homepage "http://autoplot.org/"

app "autoplot.app"
end
3 changes: 1 addition & 2 deletions Casks/deskcover-pro.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
cask "deskcover-pro" do

Check failure on line 1 in Casks/deskcover-pro.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Use `sha256 :no_check` when URL is unversioned.
version "1.92"
sha256 "818161a2657f3023846b1b4b18760e200e0d034ee870100b06e28a843273218d"

url "https://noteifyapp.com/download/DeskCoverPro.dmg"
name "deskcover-pro"
desc "Isolate frontmost window, making your Desktop less distracting"
homepage "https://noteifyapp.com/deskcover/"

app "DeskCover Pro.app"
end

42 changes: 21 additions & 21 deletions Casks/quarto-pre.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
cask "quarto-pre" do
version "1.6.36"
sha256 "a9661eb6535d0ddede3b172df5545b1f08f59381863298b6e70ad1f9755bce08"

url "https://github.com/quarto-dev/quarto-cli/releases/download/v#{version}/quarto-#{version}-macos.pkg",
verified: "github.com/quarto-dev/quarto-cli/"
name "quarto-pre"
desc "Scientific and technical publishing system built on Pandoc"
homepage "https://www.quarto.org/"
version "1.6.36"
sha256 "a9661eb6535d0ddede3b172df5545b1f08f59381863298b6e70ad1f9755bce08"

livecheck do
url "https://raw.githubusercontent.com/quarto-dev/quarto-web/main/docs/download/_prerelease.json"
strategy :json do |json|
json["version"]
end
url "https://github.com/quarto-dev/quarto-cli/releases/download/v#{version}/quarto-#{version}-macos.pkg",
verified: "github.com/quarto-dev/quarto-cli/"
name "quarto-pre"
desc "Scientific and technical publishing system built on Pandoc"
homepage "https://www.quarto.org/"

livecheck do
url "https://raw.githubusercontent.com/quarto-dev/quarto-web/main/docs/download/_prerelease.json"
strategy :json do |json|
json["version"]
end

depends_on macos: ">= :el_capitan"

pkg "quarto-#{version}-macos.pkg"

uninstall pkgutil: "org.rstudio.quarto"

zap trash: "~/Library/Caches/quarto"
end

depends_on macos: ">= :el_capitan"

pkg "quarto-#{version}-macos.pkg"

uninstall pkgutil: "org.rstudio.quarto"

zap trash: "~/Library/Caches/quarto"
end
2 changes: 1 addition & 1 deletion Casks/skteditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
app "skteditor.app"

uninstall quit: "gsfc.spdf.edit.guis"
end
end
21 changes: 11 additions & 10 deletions Casks/ssc-4d-orbit-viewer.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
cask "ssc-4d-orbit-viewer" do

Check failure on line 1 in Casks/ssc-4d-orbit-viewer.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

a sha256 stanza is required
version "4.2.8"
# sha256 "b60e7d20527f594bed6f88d665ece5ca04a62894f6a76022a1c8bb36f045a493"

url "https://sscweb.gsfc.nasa.gov/tipsod/4D_Orbit_Viewer.dmg"
name "ssc-4d-orbit-viewer"
desc "SSC 4D Orbit Viewer"
homepage "https://sscweb.gsfc.nasa.gov/tipsod/"

app "4D Orbit Viewer.app"
end
version "4.2.8"

# sha256 "b60e7d20527f594bed6f88d665ece5ca04a62894f6a76022a1c8bb36f045a493"

url "https://sscweb.gsfc.nasa.gov/tipsod/4D_Orbit_Viewer.dmg"
name "ssc-4d-orbit-viewer"
desc "View the locations and orbits over 100 spacecraft and planets"
homepage "https://sscweb.gsfc.nasa.gov/tipsod/"

app "4D Orbit Viewer.app"
end

0 comments on commit 90005fc

Please sign in to comment.