Update grandtotal from 8.0.6.3 to 8.0.6.5 (#143452)

* Update grandtotal from 8.0.6.3 to 8.0.6.5

* Update grandtotal.rb

---------

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Razvan Azamfirei 2023-03-20 21:51:41 -04:00 committed by GitHub
parent d35e8b83e7
commit 24d602a1c4
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 "grandtotal" do
version "8.0.6.3"
sha256 "78302819cf7b1d0a546e0ac234b2d00ddeffb4867ea7a660d445a1a1c8a57058"
version "8.0.6.5"
sha256 "e6f802293802cfca95226f9b05c00c15f8a512c049f9b44378d2802e3fca0987"
url "https://www.mediaatelier.com/GrandTotal#{version.major}/GrandTotal_#{version}.dmg"
name "GrandTotal"
@ -9,7 +9,7 @@ cask "grandtotal" do
livecheck do
url "https://www.mediaatelier.com/GrandTotal#{version.major}/feed.php"
regex(/GrandTotal[._-]v?(\d+(?:\.\d+)*)\.dmg/i)
regex(/GrandTotal[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
strategy :sparkle do |items, regex|
items.map { |item| item.url[regex, 1] }
end