Skip to content

Commit

Permalink
Merge pull request #170597 from miccal/banksiagui-0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Apr 4, 2024
2 parents 1d92b1d + 106a12b commit 01aaecb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Casks/b/banksiagui.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
cask "banksiagui" do
version "0.55"
sha256 "4917730ce916905fa92b97733665f11cb88a85ab80f59bda6e48bd57fed4e210"
arch arm: "applesilicon", intel: "mac"

url "https://banksiagui.com/dl/BanksiaGui-#{version}-mac.zip"
name "BanksiaGui"
version "0.58"
sha256 arm: "1f058c0371d6a912d943f5e03d007628d0e03ff039c3481a5101bab19fdee492",
intel: "8b31f9e747fdaf8e468a712ab431b96a7c0d8ab16a451c1dd0f790d4bc9c5e40"

url "https://banksiagui.com/dl/banksiagui-#{version}-#{arch}.zip"
name "banksiagui"
desc "Chess GUI"
homepage "https://banksiagui.com/"

# The homepage uses a WordPress anti-crawler protection plugin which
# returns a 403 error when trying to run livecheck
livecheck do
skip "Version information can't be retrieved due to anti-crawler protection"
url "https://banksiagui.com/download/"
regex(/banksiagui[._-]v?(\d+(?:\.\d+)+)[._-]#{arch}\.zip/i)
end

app "BanksiaGui.app"
app "banksiagui-#{version}/banksiagui.app"

zap trash: [
"~/Library/Preferences/softgaroo.banksia.plist",
Expand Down

0 comments on commit 01aaecb

Please sign in to comment.