Update defold.rb

Update Defold engine to 1.6.2
This commit is contained in:
Allen Dang 2023-11-23 17:17:28 +08:00 committed by GitHub
parent 159689d9b6
commit 786014e29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cask "defold" do
arch arm: "arm64", intel: "x86_64"
version "1.6.1"
version "1.6.2"
sha256 :no_check # required as upstream package is updated in-place
url "https://github.com/defold/defold/releases/download/#{version}/Defold-#{arch}-macos.dmg",