Update blockbench from 4.0.5 to 4.1.0 (#116281)

This commit is contained in:
Bevan Kay 2021-12-22 17:52:25 +11:00 committed by GitHub
parent c5f10210aa
commit 0e13c1fb94
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,12 +1,12 @@
cask "blockbench" do
arch = Hardware::CPU.intel? ? "x64" : "arm64"
version "4.0.5"
version "4.1.0"
if Hardware::CPU.intel?
sha256 "2e20958fd6738ca5e628edf2068d731a6487ebe2a10325c7e7cba120029f873d"
sha256 "8c3fef5dec87399165f0d49c47fd507cde85dfff8fdd1573e2b95f9b329afb5c"
else
sha256 "0102dcba3ffef753bac823dd7fd113035dc4f4f9ec0fd8598809bed0bd9827d0"
sha256 "b1a9fc6dcd31a514d814e3f746f4ad9bbdb9733e0b591a614ce044706955142b"
end
url "https://github.com/JannisX11/blockbench/releases/download/v#{version}/Blockbench_#{arch}_#{version}.dmg",