mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
jasp: update artifact url and livecheck
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
+4
-4
@@ -3,17 +3,17 @@ cask "jasp" do
|
||||
livecheck_folder = on_arch_conditional arm: "-apple-silicon"
|
||||
|
||||
version "0.18.3.0"
|
||||
sha256 arm: "604c9eb6384274d8c52b6c1eb60700e4667255bdf89349a2bec9f01462f09d37",
|
||||
intel: "26e8cc9f9db6752e4ecc8124f87ca6ff608bf5de5a703a06e1c896358bb5b566"
|
||||
sha256 arm: "9d701af21055dca67a98fc8269720d6d23bcfb82cceb3fa8f4774cb74d197bbb",
|
||||
intel: "37c10c0fb3c53b1b01fc4cf696b21273a62b7eb224eaa2ef0632b36cbcfa94ae"
|
||||
|
||||
url "https://static.jasp-stats.org/JASP-#{version}-macOS-#{arch}.dmg"
|
||||
url "https://static.jasp-stats.org/JASP-#{version}-macOS-#{arch}_2.dmg"
|
||||
name "JASP"
|
||||
desc "Statistical analysis application"
|
||||
homepage "https://jasp-stats.org/"
|
||||
|
||||
livecheck do
|
||||
url "https://jasp-stats.org/thank-you-for-downloading-jasp-macos#{livecheck_folder}/"
|
||||
regex(/href=.*?JASP[._-]v?(\d+(?:\.\d+)+)[._-]macOS[._-]#{arch}\.dmg/i)
|
||||
regex(/href=.*?JASP[._-]v?(\d+(?:\.\d+)+)[._-]macOS[._-]#{arch}_2\.dmg/i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :big_sur"
|
||||
|
||||
Reference in New Issue
Block a user