Update gretl from 2021d to 2022a (#118605)

* Update gretl from 2021d to 2022a

* Update gretl.rb

* Update gretl.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Clément L 2022-02-03 15:35:34 +01:00 committed by GitHub
parent b58391fbc0
commit af0e05e004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "gretl" do
version "2021d"
sha256 "958558fe2a90aa3c60f944066894be42836663d0805aa73b62806c886327621c"
version "2022a"
sha256 "d911dbeccfe586c373a3aaf6d79d65ea931f1d48d27a02398c587f44b36c756a"
url "https://downloads.sourceforge.net/gretl/gretl-#{version}-macos-intel.pkg",
verified: "downloads.sourceforge.net/gretl/"
@ -11,7 +11,7 @@ cask "gretl" do
livecheck do
url "http://gretl.sourceforge.net/osx.html"
strategy :page_match
regex(/gretl-(\d+\w)-macos-intel\.pkg/i)
regex(/gretl[._-]v?(\d+\w)[._-]macos[._-]intel\.pkg/i)
end
pkg "gretl-#{version}-macos-intel.pkg"