Update hashbackup from 2552 to 2677 (#118890)

* Update hashbackup from 2552 to 2677

* hashbackup: update homepage following redirect

* hashbackup: update livecheck to avoid preview versions

* hashbackup: name casing
This commit is contained in:
neutric 2022-02-09 10:32:58 +01:00 committed by GitHub
parent 6d4c06db97
commit a3e8472094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
cask "hashbackup" do
version "2552"
sha256 "ee1b974e588d372155994a14471da576b30e67ab2d5d58312762dea0a60dc0f4"
version "2677"
sha256 "6082314b56598497878712e63968d612320536bfd754451c7f431a62e379cf88"
url "http://upgrade.hashbackup.com/#{version}/hb.r#{version}.Darwin.x86_64.bz2"
name "hashbackup"
name "HashBackup"
desc "Command-line backup program"
homepage "http://www.hashbackup.com/"
homepage "https://www.hashbackup.com/hashbackup/index.html"
livecheck do
url "http://www.hashbackup.com/changelog"
regex(/>\s*#(\d+)\s+[a-z]+\s*\d{1,2},\s*\d{4}/i)
url "https://www.hashbackup.com/hashbackup/releases.html"
regex(/>\s*#(\d+)\s+[a-z]+\s*\d{1,2},\s*\d{4}\s*</i)
end
binary "hb.r#{version}.Darwin.x86_64", target: "hb"