bumped fldigi version to 4.1.20 and changed the file name suffix according to new naming schema for fldigi (#111101)

Co-authored-by: friedrim <michael.friedrich@hs-weingarten.de>
This commit is contained in:
MichaelFriedrich 2021-09-08 22:21:48 +02:00 committed by GitHub
parent 4e3eea1fbe
commit 0a0416b24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
cask "fldigi" do
version "4.1.18"
sha256 "9bcf2843c67f1e3ce75eaeae6739fd14fb908bcdc1bd0e0b95b1aaf5ab8781de"
version "4.1.20"
sha256 "00a9fe74e1eff23d4fa003c2919b46cae6fb54436b2df08706874e80ef28b000"
url "https://downloads.sourceforge.net/fldigi/fldigi/fldigi-#{version}_x86_64.dmg"
url "https://downloads.sourceforge.net/fldigi/fldigi/fldigi-#{version}_bs.dmg"
name "fldigi"
desc "Ham radio digital modem application"
homepage "https://sourceforge.net/projects/fldigi/files/fldigi/"
@ -10,7 +10,7 @@ cask "fldigi" do
livecheck do
url "https://sourceforge.net/projects/fldigi/rss?path=/fldigi"
strategy :page_match
regex(/fldigi-(\d+(?:\.\d+)*)_x86_64\.dmg/i)
regex(/fldigi-(\d+(?:\.\d+)*)_bs\.dmg/i)
end
app "fldigi.app"