Skip to content

Commit

Permalink
Update mblock.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
miccal committed Jun 9, 2024
1 parent 161188d commit fe2ad30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Casks/m/mblock.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
cask "mblock" do
arch arm: "arm64", intel: "darwin"
livecheck_folder = on_arch_conditional arm: "-arm"

version "5.4.3"
sha256 arm: "9794b1ec34194088978c90cbdbe5dbf74768390da822c1e351e641d40b00b346",
intel: "719b808ba96b36ba811cb92a982b65c76b675df398426d53932e0b15d515177c"

url "https://dl.makeblock.com/mblock#{version.major}/#{arch}/V#{version}.dmg",
verified: "dl.makeblock.com/"
url "https://dls.makeblock.com/mblock#{version.major}/#{arch}/V#{version}.dmg",
verified: "dls.makeblock.com/"
name "mBlock"
desc "Coding tool designed for teaching STEAM"
homepage "https://www.mblock.cc/"

livecheck do
url "https://s.mblock.cc/download/pc-mac"
url "https://s.mblock.cc/download/pc-mac#{livecheck_folder}"
strategy :header_match
end

Expand Down

0 comments on commit fe2ad30

Please sign in to comment.